Question: In C++: In a console application write a program that can be used to gather gaming data about the number of hours college students play
In C++:

In a console application write a program that can be used to gather gaming data about the number of hours college students play games in a month. The program should ask the users how many students were surveyed and dynamically allocate an array of that size. The program should then allow the user to enter the number of hours they have played in a month. Create a class called Survey that will hold the array and any other information you require. In the main method, instantiate a survey object will all necessary information. Utilize pointer where necessary. Failure to use pointers will be penalized. Calculate the average, media, and mode of the values entered. Display the results in the console
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
