#ITE-6102
Awesome StudentQuestion • Computer Programming 1

Is the given looping statement correct? for(i=5; i>0; i--){ cout << endl; }

Answer

TRUE