CSC 270 - Survey of Programming Languages

Assignment #9 - Rewriting the Batting Average Program in C++

Due Wednesday, November 1, 2017

You are going to rewrite the program that calculated the batting averages for the New York Mets starting lineup (see Assignment #2 for more details).

Make sure that you use C++ style and libraries, e. g., <iostream>.

[Back to the Assignment List]