From e61803b06f6069aa3f29c45eef35729f49e0242a Mon Sep 17 00:00:00 2001 From: lorelyne <89626636+lorelyne@users.noreply.github.com> Date: Mon, 27 Nov 2023 20:48:27 -0700 Subject: [PATCH] Update spec.md --- labs/ec/spec.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/labs/ec/spec.md b/labs/ec/spec.md index 7c46dd1..6361fb7 100644 --- a/labs/ec/spec.md +++ b/labs/ec/spec.md @@ -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