c++ show working
3.2 Task Two: Movie Statistics (30 marks) Write a object-oriented program that can be used to gather statistical data about the number of movies college students see in a month. The program should survey students in a class stored in an array. (1)A student should has the properties such as : int age, int movies, char gender. Value for a gender variable could be 'F' or 'M'. (2)The program should define a function (or member function) allow the user to enter the number of movies each student has seen. (3)The program should then define Four (member) functions to calculate the average, largest , smallest number of movies by the students. And, compare the total movie number between the male and female students. (4)Run the program and capture screenshots of output.
c++ show working
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
c++ show working
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!