Skip to main content
留学咨询

辅导案例-GAME 1011-Assignment 1

By May 15, 2020No Comments

GAME 1011 – Advanced Programming Assignment 1 (10%) Due: February 9, 2020 @ 11:59pm Requirements 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. Submission Provide the .cpp / .h files ONLY. You may .zip multiple files together and submit that. ​Entire visual studio projects will not be accepted. Naming convention: LastName_FirstName_Assignment1.x

admin

Author admin

More posts by admin