Question: java, netbean Question 1 1.5 Points - Declare two integer variables and set their values to 16 and 3. - Declare a third integer variable
java, netbean
Question 1
1.5 Points
- Declare two integer variables and set their values to 16 and 3.
- Declare a third integer variable to hold the answer to various math operations.
- For the integer variables and each of the arithmetic operators, print a line to
the console to show the result for:
Addition
Subtraction
Multiplication
Integer Division
Remainder / Modulo Operator
Increment Operator
Question 2
1.5 Points
Declare two double variables called and set their values to 16 and 3.
- Declare a third double variable to hold the answer to various math operations.
- For the double variables show the output for:
Division with doubles
Division with the result rounded using Math.round
Cubed value of first variable using Math.pow
Square root of second variable value using Math.sqrt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
