For Loop to While LoopOh I'm so sorry. I must be dyslexic the code was the same it looked different at first. thank you si...
For Loop to While LoopI want it to make the for loop a while loop. It's my first loop in the post
For Loop to While LoopI have no idea . My program is just like it is above but I changed the last line. It actually just c...
For Loop to While LoopIt just adds 6 now .. lol
For Loop to While Loopfor (int i=2; i<=100; i=i+3) cout << i << "\n"; Im trying to write this as a while loop but i...
This user does not accept Private Messages