Computer Science, asked by thomjzayn, 5 months ago

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 manas112233456
0

Answer:

bone mill abc /2 poo

Explanation:

like it

Similar questions