Key syntax elements for lab 5

The C++ features we will add for lab 5 are arrays and (as a special case) null-terminated character arrays.. (Refer back to the course notes or to the lab 4 syntax examples for refreshers on the syntax used earlier.)


Introductory C++ array syntax:


Chars, character arrays, cout, cin.getline, and the cstring routines