Question: Declare two double variables called and set their values to 16 and 3. - Declare a third double variable to hold the answer to various
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
