CS1A Practice Test 3 (Arrays, Strings, File I/O)

Progressive practice: arrays (indexing, loops, off-by-one), strings (getline, concat, find/substr), and file input/output patterns.
Total: 179 points
Tip: watch for off-by-one errors (0..n-1).