Converting for loops to while with ArraysI don't see why either but it's required. So it would look something like [code] int i = 1; while...
Converting for loops to while with ArraysRight now I have [code] max=myArr[0]; for(int i=1;i<10;i++){ if(max<myArr[i]){ max=myArr[i]; ...
Looping Question-Don't know where to put thisI realize what's happening. It's skipping the output and skipping directly to the continue cout. How...
Looping Question-Don't know where to put thisSo I have this thus far: [b]Now the output only comes up in the text file. Is there any way to make...
Looping Question-Don't know where to put thisWhat what about my other question? Could I make multiple outputs appear or will one continuously rep...
This user does not accept Private Messages