Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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#

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases In Networked Information Systems 6th International Workshop Dnis 2010 Aizu Wakamatsu Japan March 2010 Proceedings Lncs 5999

Authors: Shinji Kikuchi ,Shelly Sachdeva ,Subhash Bhalla

2010th Edition

3642120377, 978-3642120374

More Books

Students also viewed these Databases questions

Question

Distinghuish between centralised and decentralised p2 networks

Answered: 1 week ago

Question

x-3+1, x23 Let f(x) = -*+3, * Answered: 1 week ago

Answered: 1 week ago