Menu

[Solved] C Quiz Statistics Visual C Console App Assignment Write Program Requests Quiz Scores 6 Stu Q37269236

C#-Quiz Statistics. Visual C# Console App.
For this assignment, you will write a program that requests thequiz scores for 6 students identified by ID numbers. The programcomputes the average score and determines the ID number of thestudent with the highest score. The ID numbers for the students inthis class are: Requirements 1. The program must store each quizgrade along with the student’s ID in a Score class. The classshould have get and set properties for the ID and score as well asa constructor. 2. The program must manage the quiz scores in aClassScores class which contains an array of Score objects. It hasthe following methods, a. A constructor which allocaes space forthe array b. addScore – takes a Score object and adds it to thearray c. highScore – returns the Score object with the highest quizgrade d. getAverage – returns the average score for this quiz 3.The main method declares a ClassScores object. It requests the quizscore for each student by ID. It creats a Score object and thencalls addScore to add it to the array in the ClassScores object. Itthe displays the average and the student with the highscore.

Expert Answer


Answer to C#-Quiz Statistics. Visual C# Console App. For this assignment, you will write a program that requests the quiz scores f… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *