Write pseudocode to describe an average mark calculator program that computes the average mark for a course. 1. The program prompts the user to enter the following information: a. Request that the...


Write pseudocode to describe an average mark calculator program that computes the average mark for a course.




1. The program prompts the user to enter the following information:


a. Request that the user type in the course code.
b. Request each student mark be entered one at a time.




2. The program executes continuously (each time prompting for the next student mark) until the user enters a negative number to signal that the marks entry is completed. Note that a negative number is not considered a mark.




3. The program then outputs the following information:
a. The course code.
b. The average mark for the course.
c. The highest mark for the course.
d. The lowest mark for the course.
4. The program then restarts from (1).




5. To exit the program, the input "stop" is entered in the course code prompt.


Declare your variables.


*Guide me to solve this question with step-by-step solution. Thank you in advance.



Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here