Nana King

Nana King

  • NA
  • 2
  • 449

Programming for C sharp

May 18 2020 6:08 AM
Write a C# program that ask the user for the number of Students in the Class. When the User Enters the number of students, the Program should request for the Names of the Students and Capture them into an Array.
 
The Program should then Request for the Exams Marks for at least 3 Course for Each student. The Program should display the Result of each Student as Shown below.
 
Student Name: Samuel Badu
Course Title Marks Grade CHrs WA
*********************
Object Oriented of Prog. 78 A 3 234
Computer Hardware 87 A 3 261
Environmental Studies 65 B 3 195
*********************
CWA : 76.66
NB: WA = Marks * CHrs
CWA = Sum of WA / Sum of CHrs
?????? =
∑????
∑ ??????"

Answers (1)