Question: 1. Write a Java program to print the sum (addition), multiply, subtract, divide and remainder of two numbers. Test Data: Input first number: 125

1. Write a Java program to print the sum (addition), multiply, subtract, divide and remainder of two numbers. Test Data: Input first number: 125 Input second number: 24 2. Write a Java program to print the result of the following operations. Test Data: a. -5+8*6 b. (55+9) % 9 c. 20-3*5/8 d. 5+ 15/32-8%3 3. Write a Java program to print the area and perimeter of a rectangle Test Data: Width 5.5, Height = 8.5 4. Write a Java program to print a face. Expected Output ++ [lo o 1] 1 +
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
