This is a java program in which we will find out the volume of a cuboid whose dimensions are given.
This is a program to learn the use of compatability of data types with certain different type of values.
Building of expressions can be done for different units using different divisors.
Swapping of value between two integer variables using the intermediate third variable.
Swapping of value between two integer variables without using the third variable.
Creating formulas that contain powers and square root.
Forming expressions with operands of same data type and mixed data types.
( As In Exam - ICSE2014 )
Identify the statements listed below as assignment, increment, method invocat
( As In Exam - ICSE2015 )
What are the values of a and b after the following function is executed, if t
( As In Exam - ICSE2018 )
Write a Java expression for the following:
( As In Exam - ICSE2018 )
What is the value of y after evaluating the expression given below?
y+=
( As In Exam - ICSE2016 )
Give the output of the following expression :
a+=a++ + ++a + -–a + a-
( As In Exam - ICSE2015 )
If int y = 10 then find int z = (++y * (y++ + 5));
( As In Exam - ICSE2017 )
Write a Java expression for the following:
ax5 + bx3
( As In Exam - ICSE2014 )
Using the switch statement. write a menu driven program to calculate the matu
Write the java syntax for the following formula
x= 0.01 – ab^3 /
Write a java program to calculate the average of three fixed integers 10,15 a
A thread of length 25 centimeters was wound around a cylindrical pencil. It w
A man walks at an average speed of 5 Km/Hour. The train station is at 6.5 Km
Evaluate the following expression using the correct precedence and other e
Each of the following lines are a different type of statement in Java. Identi