Question: Q. Is the following code correct? If not, give the reason and if yes, give the result of the action. double x = -2.2, y
Q. Is the following code correct? If not, give the reason and if yes, give the result of the action.
double x = -2.2, y = -2.28, z = 7.0;
System.out.println(x + y + z - 2.52 == 0);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
