Give the output of the code snippet :-
int i=15;
do
{ i--; if(i==13 || i==9)
continue;
System.out.println(i); } while(i>=8);
Answers
Answered by
0
Answer:
out put is while x-(5645)is the equation based on {565342000}
Similar questions
Math,
3 months ago
Computer Science,
3 months ago
Computer Science,
6 months ago
Math,
6 months ago
Math,
1 year ago
Math,
1 year ago