}
24. How many times will the following loop execute ?
Int r;
r6;
do {
rr-2;
System.out.println(t);
}
while (r >= 0);
Answers
Answered by
0
Answer:
srry bro i dont know
Explanation:
System.out.println("" + incr); The loop will execute at least once even if the user has entered the sentinel value. What will be the output of the following code snippet?
Similar questions