Description: Lab Ten
Gradebook
Due Date
Wednesday, May 11, 2011 by 1:00 pm
Objectives
Gain experience parsing CSV files.
Practice working with file input.
Practice working with one and two dimensional arrays.
Further practice with top town design and functions.
Further practice with formatting output.
Description
A common approach to storing tabular data is to write the data as comma separated values (CSV). This format is so common that all spreadsheet programs, including Google Docs, Excel, and Numbers all support importing from and exporting to CSV files. In this format, each line of data represents a single record or row in the table. For this assignment, you will perform the very practical task of parsing a CSV file and cleanly presenting the data along with some summary statistics.
The program will parse a CSV file that is provided by the user. The file will be composed of rows that begin with the student s name, and are followed by his/her exam scores. Each student s name an
To Search:
File list (Check if you may need any files):
lab10.cpp