Computer Science, asked by matjas1000, 5 hours ago

3. How many times will the following be executed?
x=10;
do {
cout<<x;
x++;
}
while (x<10)
(a) 1
(b) 10
(c) 0
(d) 9.​

Answers

Answered by faizafaizel08
0

Explanation:

10 is the answer

(b)10 the answer is b

Attachments:
Similar questions