Question: In Python Design logic for a program that asks the user to input a student name. Then ask for 5 gpas appending each to an
In Python
Design logic for a program that asks the user to input a student name. Then ask for 5 gpas appending each to an array. Next use a while/for loop to add each element in the array and calculate the average. Next pass the average into the function named DisplayMsg() to do the following: (from test#2) Print the message Deans list if the students grade point average is above 3.5 Print the message Academic probation if the grade point average is below 2.0 Print No message if the grade point average is between 2.0 and 3.5 inclusive The following is required:
a. Write pseudocode or flowchart to Match the logic in the program ------15pts b. Python--------10pts (not working but logic is correct-8pts)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
