Question: Write the program using c# do while loop and .parse(console.readline()); INSTRUCTIONS Complete the requirements of this assignment on your own. When you have finished, write

Write the program using c# do while loop and .parse(console.readline());
 Write the program using c# do while loop and .parse(console.readline()); INSTRUCTIONS

INSTRUCTIONS Complete the requirements of this assignment on your own. When you have finished, write your name on the board to get your instructor to mark your assignment. You are encouraged to create a flowchart; without a flowchart your instructor may not provide any assistance. Step 1: Create a program named CPSC1012-Ex07-YourName Step 2: In the Main() method, write the code that will do the following In a do loop, ask the user to enter a grade for a student or 999 to quit o In a while loop, the program will Determine if the entered mark is the highest or lowest grade Validate the entered grade before entering another grade; display some error message if the grade is invalid (i.e. 100) Prompt the user to enter another grade or 999 to quit - . o If there are valid marks Calculate the average grade for the class Display the average, highest, and lowest grades . Else, display some error message Prompt the user to redo the steps above or quit. o o

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!