Q8 of 25
What will be the output of the code given below?
0;
public class Tester {
public static void main(String[] args) {
int sum
for (int i = 2; i < 8; i += 2) {
for (int j = 8; j > i; j -= 2) {
if (i >= j / 2) {
continue;
} else {
sum += i + j;
}
<
}
System.out.println("Sum
UT
+ sum) ;
}
}
Answers
Answered by
0
Answer:
bone mill abc /2 poo
Explanation:
like it
Similar questions