Question: Design a flowchart or pseudocode and python for a program that accepts a student name, major field of study, and grade point average. Next Display
Design a flowchart or pseudocode and python for a program that accepts a student name, major field of study, and grade point average. Next Display the students data.(In the main program) Then call a function named DisplayMsg() to do the following: Print the message Deans list if the students grade point average is equal to or greater than 3.5 Print the message Academic probation if the grade point average is below 2.0 No message if the grade point average is between 2.0 and 3.5 inclusive Hint: pass the gpa into the function and there is no return value, print the message inside the function The following is required: a. Pseudocode or flowchart ------25pts(Word doc or created in Lucidchart saved as PDF) b. Python--------22pts (includes a function)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
