Repeat Programming Project 14 from Chapter 10 but use an array to store the movie ratings instead of separate variables. All changes should be internal to the class so the main function to test the class should run identically with either die old Movie class or the new Movie class that uses an array member variable.
Next, modify the main function so that instead of creating separate variables for each Movie object, an array of at least four Movie objects is created with sample data. Loop through the array and output the name, MPAA rating, and average rating for each of the four movies
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.