0

C++

write the following code using while loop insteed of for statement for(int i=100; i>0; i--) { printf("%d\n", i); }

7th Dec 2020, 7:27 AM
Mohamed Adan
Mohamed Adan - avatar
3 Answers
+ 2
You should write yourself
7th Dec 2020, 7:31 AM
SùñtÎsh
SùñtÎsh - avatar