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 A.
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 ( $174 per credit hour).
Displays the additional fees ( $45 activity fee, $45 athletic fee, $20 health fee, $10 parking fee, $180 Rec and Wellness fee and $46 technology fee) which should be stored in a tuple.
Displays the amount of tuition calculated in step 2.
Displays the total for the semester (step 2+ step 4).
Outputs should clearly label what is being displayed.
Part A: Write a Python program that: Asks the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!