Writing an array from a fileI'm trying to write an array from a file. I'm able to output the numbers that are in the file but wh...
Parallel ArraysYeah I got rid of the do while loop. I thought I needed it. Also, I'm confused on what you're saying...
Parallel ArraysGot it. Now the only issue I'm having with the program is that at the end Most Collected Character a...
Parallel ArraysGotcha. I ended up just doing cout << character << i+1 << endl; That seems to be working. I'm just n...
Parallel ArraysOkay. The online examples I would see did start at 0 but the reason I started at i was to get the co...
This user does not accept Private Messages