Computer Science, asked by Kehkasha6519, 1 year ago

How many times will the following code print "Welcome to Examveda"?

int count = 0; do { System.out.println("Welcome to Examveda"); count++; } while (count < 10);
A.8
B.9
C.10
D.11

Answers

Answered by afruja70
1
Hello mate

here's your answer

¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤

Option C✔✔

10.

¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤

Hope it helps you
Similar questions