(Solved) : Movie Statistics Write Program Used Gather Statistical Data Number Movies College Students Q37197179 . . .

Movie Statistics Write a program that can be used to gather statistical data about the number of movies college students see in a month. The program should survey 6 students stored in an array. (1)A student object should has the member variables ,such as: int grade, int movies, char gender. Value for a gender variable could be ‘F’ or ‘M. Design the class student with UML class diagram please. (2)The program should define a function allow the user to enter the number of movies each student has seen. The array should be passed to the function as a pointer. (3)The program should then define Four functions to calculate the average, largest smallest number of movies and compare the total movie number between the male and female students. The array should be passed to the function as a pointer. (4)Run the program and capture screenshots of output. Show transcribed image text Movie Statistics Write a program that can be used to gather statistical data about the number of movies college students see in a month. The program should survey 6 students stored in an array. (1)A student object should has the member variables ,such as: int grade, int movies, char gender. Value for a gender variable could be ‘F’ or ‘M. Design the class student with UML class diagram please. (2)The program should define a function allow the user to enter the number of movies each student has seen. The array should be passed to the function as a pointer. (3)The program should then define Four functions to calculate the average, largest smallest number of movies and compare the total movie number between the male and female students. The array should be passed to the function as a pointer. (4)Run the program and capture screenshots of output.
Expert Answer
Answer to Movie Statistics Write a program that can be used to gather statistical data about the number of movies college students…
OR