ICAO Array

solved
Last edited on
There are quite a few things wrong with the code here. First off, you have no condition for your while loop. You're also missing your end brace for the while loop as well.

There are a few other errors as well, but I will let you look for them. Here is a tutorial to help get you started as well.
http://www.tutorialspoint.com/cplusplus/cpp_while_loop.htm
solved
Last edited on
solved
Last edited on
Topic archived. No new replies allowed.