problem with arrays/loopsHere is the finished product for anyone else that may be having troubles. [code]//Purpose: Displa...
problem with arrays/loopsOk, I think this is correct now, I carefully read over it. [code]do { if (seats[ro...
problem with arrays/loopsthank you gulkan, changed to: [code]while (colnumber >= 0 && colnumber < 10) { do ...
problem with arrays/loopsThanks, however I don't know how to change the do while loops do make it work. I'm new to c++ and s...
problem with arrays/loopsMy program compiles but does not do what I want it to do. It is supposed to display a seating chart...
This user does not accept Private Messages