InterviewSolution
Saved Bookmarks
| 1. |
}24. How many times will the following loop execute ?Int r;r6;do {rr-2;System.out.println(t);}while (r >= 0); |
|
Answer» 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? |
|