Computer Science, asked by anuragirb, 1 year ago

1. What is wrong with the following while loops :

(a) int counter = 1;
while (counter < 100)
{ cout << counter << "\n;
counter--;
}
That will be the output of following:​


Anonymous: hii anurag

Answers

Answered by amit5583
2

Answer:

use your own mind to think

Similar questions