Question: Can you help me code in c++ Write a program that lets a teacher calculate graders for their class Ask the teacher for the #
Can you help me code in c++
Write a program that lets a teacher calculate graders for their class Ask the teacher for the # of students in class as well as the # of assignments (user input underlined and italicized): Number of Students? 3 Number of Assignments? 2 Allow the teacher to input the desired values and calculate the average score for each student based on the information given (showing example for student #3 and 2 assignments, with user input underlined and italicized): Student #3 Enter Grade #1: 100 Enter Grade #2: 90 Average Grade is: 95
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
