1.Calculate the hypotenuse of right angled triangle when other sides of the triangle are given in JAVA.
2.Evaluate simple interest of a given principle, rate and time in JAVA.
3.Find maximum of two numbers without using third variable in JAVA.
4.Using the arithmetic operators to perform algebraic operations on two numbers in JAVA. (Algebraic operation is +, - , *, /, %)
5.Calculate the area of square and rectangle by overloading the area method in JAVA.
6.Display powers of 2 i.e. 2,4,8,16 etc up to 1024 using bitwise operators in JAVA.
7.Scan 3 integer values from the user and display the minimum Number in JAVA.
8.Convert Inches to Centimeters in JAVA.
9.Complex Number in JAVA.
10.Constructor in JAVA.(Create a one sub class object and call four constructor in JAVA)
2.Evaluate simple interest of a given principle, rate and time in JAVA.
3.Find maximum of two numbers without using third variable in JAVA.
4.Using the arithmetic operators to perform algebraic operations on two numbers in JAVA. (Algebraic operation is +, - , *, /, %)
5.Calculate the area of square and rectangle by overloading the area method in JAVA.
6.Display powers of 2 i.e. 2,4,8,16 etc up to 1024 using bitwise operators in JAVA.
7.Scan 3 integer values from the user and display the minimum Number in JAVA.
8.Convert Inches to Centimeters in JAVA.
9.Complex Number in JAVA.
10.Constructor in JAVA.(Create a one sub class object and call four constructor in JAVA)
Comments
Post a Comment