Question: Part A: Write a Python program that: Asks the user to input their name and stores it in an appropriately typed variable. Input prompt should
Part A:
Write a Python program that:
Asks the user to input their name and stores it in an appropriately typed variable.
Input prompt should be clear and explain what the user should enter
Part B:
Write a Python program that assume for this program that student gets in state tuition and is on the Macon campus:
Greets the user with the name entered for Part
Asks the user to input how many credit hours they are registered for at MGA and stores it in an appropriately typed variable.
Input prompt should be clear and explain what the user should enter.
Calculates the amount of tuition based on the credit hours registered $ per credit hour
Displays the additional fees $ activity fee, $ athletic fee, $ health fee, $ parking fee, $ Rec and Wellness fee and $ technology fee which should be stored in a tuple.
Displays the amount of tuition calculated in step
Displays the total for the semester step step
Outputs should clearly label what is being displayed.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
