Question: What will be the output by executing the following codes? double a = 3; double b = 4; System.out.println((int) ((a + b) / 2) +
What will be the output by executing the following codes?
double a = 3;
double b = 4;
System.out.println((int) ((a + b) / 2) + ", " + ((a + b) / 2));
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
