Question: c++ only. 2.20 LAB: Grade distribution Write a program that calculates the percentage of students receiving each letter grade in a given class (A, B,
2.20 LAB: Grade distribution Write a program that calculates the percentage of students receiving each letter grade in a given class (A, B, C, D, or F). The program should input the number of students receiving each letter grade and then display the percentage of students for each letter Store the number of students receiving each letter grade in an integer variable Ex If the input is 1 11 4 5 6 the output is Agradea: 21.2 B graded : 33.3 gradost 12.1 grades: 15.2 grados: 19.2 Use int for the data type of the input values The output should display fractional amounts to one decimal place Follow the Style Guidelines
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
