Prelab Exercises - Moore Public Schools

Integer List (3) Data List /0, 5, 5/ // List is initialized to the values. C and C++ - put the values in braces; let the compiler count them. int stuff [] = {2, 4, 6, 8}; The compiler sets the length of the array. What if the programmer mistakenly left a value out of the list? Character Strings in … ................
................