Create a pseudocode version of the program


Problem: For this scenario, you will create both the flowchart diagram and the pseudocode for a program that will accomplish the following tasks (remember you are just doing the modeling for part 1 not coding):

Average five grades

Display the average

Display a message as to whether the average is passing or failing (average above 60 is passing)

Create a flowchart diagram that depicts a loop that requests five grades to be entered by the user one grade per iteration.

Total the user entered grades and at the end of the looping display the average and incorporate a decision statement to evaluate that average and display "Congrats, you passed" if the grade is equal to or above 60 or "Sorry, you failed" if the grade is below 60.

Using the flowchart diagram you just created as a model, create a pseudocode version of the same program.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Create a pseudocode version of the program
Reference No:- TGS03221176

Expected delivery within 24 Hours