Question: c# Programming Challenge 5.1 At Tiny College, every student takes three exams: two midterms and one final. Each midterm counts as 30%, and the final

c#

c# Programming Challenge 5.1 At Tiny College, every student takes three exams:

Programming Challenge 5.1 At Tiny College, every student takes three exams: two midterms and one final. Each midterm counts as 30%, and the final exam counts as 40% of the semester grade. Each exam has a maximum of 100 points. Your tasks: start a new project, and add a new class named CollegeStudent . The College Student class should not be in the same file as the Program class. This class has four fields: studentName, midTerm1, midTerm2, and finalExam. The class also has a method called CalculateSemesterGrade() that will calculate the semester grade based on the three exams. Add appropriate properties, constructors, and ToString() methods to the College Student class. Demonstrate the College Student class in the Main() method of the Program class by prompting the user to enter a student name and three scores. Then create a CollegeStudent object with the user data and display the object in the console screen

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!