Skip to content

Commit

Permalink
Update spec.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lorelyne authored Nov 28, 2023
1 parent 3ce89bb commit e61803b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions labs/ec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ The FileReader class should also have the following methods:

Your program should do the following:

- Initialize a fileReader object of type FileReader that will take in the movie-info file.
- Initialize an array of Movie objects by reading a csv file. This file is provided as movie-info.csv
- HINT: Utilize the readMovies() method on yout fileReader object to initialize your array.
- The program will display a menu with 3 options to the users


Expand Down

0 comments on commit e61803b

Please sign in to comment.