Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Assume there are six students in a C# course. Each student has taken three tests

ID: 3649958 • Letter: A

Question

Assume there are six students in a C# course. Each student has taken three tests. Write a c# console application that demonstrates the use of a loop (possibly a nested loop) to enter students score s and then computes and displays the average score for each student. You can use carious controls, text boxes, etc, but not not use an array.

Display the letter grade each student receives for the average score. Letters grades are assigned as follows.

A = 90-100
B = 80-89
C= 70-79
D=60-69
F <60

Find the average for the entire class and display the class average appropriately.

Use these data to evaluate your program

Student 1: 94, 89, 92
Student 2: 100, 90, 65
Student 3: 67.5, 95, 100
Student 4: 0, 78, 80
Student 5: 65, 100, 78
Student 6: 55.5, 67, 79

Explanation / Answer

This provides the student the opportunity to focus on the differences and ... for my 300-level advanced object-oriented programming course using C#/. ... I have implemented three levels of play (Novice, Intermediate and ... But there's a catch! ..... GUI object is using event types that are each associated with a delegate type ...