Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a C# console application that prompts the user for three student names and their grades on each of three tests. The program then outputs

image text in transcribed
Write a C# console application that prompts the user for three student names and their grades on each of three tests. The program then outputs each student's average (arithmetic mean) test score in descending order. Each test is out of 100 points and the three tests are weighted evenly. Also print the average (arithmetic mean) score for all nine test scores. Sample I/O: Name: Ben Grade: 80 Grade: 90 Grade: 79 Name: Sally Grade: 93 Grade: 92 Grade: 91 Name: Alice Grade: 90 Grade: 80 Grade: 92 The class average is 87.44. Sally's average score is 92 Alice's average score is 87.33. Ben's average score is 83. From question I. (magically?) realize you should create an object that holds a student name and three test grades, write the C# class to hold and return this information. Also include a method to return the average test score. No need to check for valid information sent to your "set methods N Write a C# console application that prompts the user for a student's name, then the student's grades on three tests. The program than outputs the student's average (arithmetic mean)test score. Each test is out of 100 points and the three tests are weighted evenly. No need to check for valid input. Sample VO: en Grade: 80 Grade: 90 Grade: 79 Ben's average score is 83

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

MySQL Crash Course A Hands On Introduction To Database Development

Authors: Rick Silva

1st Edition

1718503008, 978-1718503007

More Books

Students also viewed these Databases questions

Question

Discuss the concept of ethics in the management of human resources.

Answered: 1 week ago

Question

LO1 Understand risk management and identify its components.

Answered: 1 week ago