code in C#. please code in simplest way.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter6: Looping
Section: Chapter Questions
Problem 5GZ
icon
Related questions
Question

code in C#. please code in simplest way.

 

Write a console application to allow a user with a valid account number to enter student grades
for an exam and to find out the total and the average. The program will also display grades in
either ascending order, descending order, or both, depends on given instruction for what
program should do as listed. The program will also ask if the user wants to exit the program at
the end.
Enter your account number : 222
How many students? 4
Enter grade for the student 1: 100
Enter the grade for student 2: 76
Enter the grade for student 3: 88
Enter the grade for student 4: 90
Enter 1 to display grades in ascending order, 2 for descending order, or 3 for both:
2. grades in descending order:
100,90, 88, 76
Total: is: 354
Average is: 88.5
Do you want to exit the program? (y/n): n
How many students? 3
Enter grade for student 1: 70
Enter grade for student 2: 90
Enter grade for student 3: 80
Enter 1 to display grades in ascending, 2 for descending, or 3 for both: 3 grades in both
descending and ascending orders:
70,80,90
90,80,70
Total is: 240
Average is: 80
Do you want to exit the program? (y/n): y
Transcribed Image Text:Write a console application to allow a user with a valid account number to enter student grades for an exam and to find out the total and the average. The program will also display grades in either ascending order, descending order, or both, depends on given instruction for what program should do as listed. The program will also ask if the user wants to exit the program at the end. Enter your account number : 222 How many students? 4 Enter grade for the student 1: 100 Enter the grade for student 2: 76 Enter the grade for student 3: 88 Enter the grade for student 4: 90 Enter 1 to display grades in ascending order, 2 for descending order, or 3 for both: 2. grades in descending order: 100,90, 88, 76 Total: is: 354 Average is: 88.5 Do you want to exit the program? (y/n): n How many students? 3 Enter grade for student 1: 70 Enter grade for student 2: 90 Enter grade for student 3: 80 Enter 1 to display grades in ascending, 2 for descending, or 3 for both: 3 grades in both descending and ascending orders: 70,80,90 90,80,70 Total is: 240 Average is: 80 Do you want to exit the program? (y/n): y
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT