Question: 3. Write a piece of Java code that defines three variables of type double, named x, y and z; initializes x and y to 3.0
3. Write a piece of Java code that defines three variables of type double, named x, y and z; initializes x and y to 3.0 and 2.0 respectively, sets z to be x divided by y, and prints on the screen: The value of z is equal to: , followed by the actual value of z.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
