Computer Science, asked by ray887553, 9 months ago

3. How many times will the following be executed?
x=10;

do {

cout<<x;

x++;

while (x<10)
D
(a) 1
(b) 10
(c) 0
(d) 9​

Answers

Answered by snigdhanayak774
0

Answer:

I thik (c) 9 is the answer

Answered by buddhadebgiri2014
0

Answer:

1 because dowhile execution time 1 must...then while condition is wrong

Similar questions