Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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,
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, 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started