UNi-Library is conducting a survey to rate the quality of their services in order to improve their services. In the survey, 30 students were asked to rate the quality of the service in the library on a scale of 1 to 5 (1 indicating very bad and 5 indicating excellent). You have to store the 30 responses of the students in an array named responses[ ]. Then, you have to count the frequency of each scale and store it in an array named frequency[ ]. Use the appropriate looping structure to enter the responses and to count the frequency. You are also required to display the percentage of the frequency of each scale. Display the scale, frequency and its percentage as shown below. The program also allows the user to repeat this process as often as the user wishes.
UNi-Library is conducting a survey to rate the quality of their services in order to improve their services. In the survey, 30 students were asked to rate the quality of the service in the library on a scale of 1 to 5 (1 indicating very bad and 5 indicating excellent). You have to store the 30 responses of the students in an array named responses[ ]. Then, you have to count the frequency of each scale and store it in an array named frequency[ ]. Use the appropriate looping structure to enter the responses and to count the frequency. You are also required to display the percentage of the frequency of each scale. Display the scale, frequency and its percentage as shown below.
The program also allows the user to repeat this process as often as the user wishes.
Step by step
Solved in 2 steps