in C++ Consider a class Movie that contains the following information about a movie: * Title * MPAA Rating (e.g. G, PG, PG-13, R) * Number of people who rated this movie as a 1 * Number of people who rated this movie as a 2 * Number of people who rated this movie as a 3 * Number of people who rated this movie as a 4 * Number of people who rated this movie as a 5 Implement the Movie class such that it is able to contain the above information. Include a constructor that would accept two parameters and initialize the movie's title to the value of its first parameter and the movie's MPAA rating to the value of its second parameter, and public rating to 0. Also include accessor member functions for title and MPAA rating. Include a member function to increment the public rating that will only accept integer values between 1 and 5. Finally, write a member function that would return the average public rating of a movie. Write a program that would use your Movie class by first asking the user to input movie title and MPAA rating, then create an object using the constructor, and then allow the user to enter a space-separated list of people ratings, terminating with -1. Finally, the program will output the title of the movie, its MPAA rating, and its average public rating.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter12: Adding Functionality To Your Classes
Section12.2: Providing Class Conversion Capabilities
Problem 2E
icon
Related questions
Question
100%
 
   

in C++

Consider a class Movie that contains the following information about a
movie:

* Title
* MPAA Rating (e.g. G, PG, PG-13, R)
* Number of people who rated this movie as a 1
* Number of people who rated this movie as a 2
* Number of people who rated this movie as a 3
* Number of people who rated this movie as a 4
* Number of people who rated this movie as a 5

Implement the Movie class such that it is able to contain the above
information. Include a constructor that would accept two parameters and
initialize the movie's title to the value of its first parameter and the movie's
MPAA rating to the value of its second parameter, and public rating to 0. Also
include accessor member functions for title and MPAA rating. Include a member
function to increment the public rating that will only accept integer values
between 1 and 5. Finally, write a member function that would return the average
public rating of a movie.
Write a program that would use your Movie class by first asking the user to
input movie title and MPAA rating, then create an object using the constructor,
and then allow the user to enter a space-separated list of people ratings,
terminating with -1. Finally, the program will output the title of the movie,
its MPAA rating, and its average public rating.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Knowledge Booster
Data members
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning