take the following code:
by changing only ONE character in the above code, meaning you cannot change 20 to 31, because you will have changed two characters, you can change 20 to 21, because you only changed the 0, do the following:Code:int i, n = 20; for (i=0; i<n; i--) { cout << "x" << endl; }
find 3 ways to make the above code print x 20 times (by changing only one character).
If you find all the THREE ways, post in spoiler.
Don't post result without SPOILER.




Reply With Quote
i-- disen issa kore emnitei unlimited astese





