Computer Science, asked by sarkarsid, 7 months ago

What will be the output of the program?
Given:
10. int x = 0;
11. int y = 10;
12. do {
13. y-
14. ++X;
15. } while (X<5);
16. System.out.print(X + "," +
What is the result?

Select one:
O a. 5,6
O b. 5,5
O c. 6,5
O d. 6,6

Answers

Answered by nishitmohapatra
0

Answer:

answer is B:-(5,5)....................

Similar questions