Question: C++ program, create a file .txt with 20 random numbers ranging from 1-10. Only use arrays (no vectors) and use void and classes. Twenty students

C++ program, create a file .txt with 20 random numbers ranging from 1-10. Only use arrays (no vectors) and use void and classes.
Twenty students were asked to rate on the scale from 1 to 10 the quality of the food in the student food court with 1 being "awful" and 10 being "excellent". The responses are stored in the survey.txt file. Read in these responses into an array and determine the frequency of each rating. Display the frequencies as a histogram as shown below: Rating Frequency 2 3 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
