Question: Part C: Write a Python program that: Greets the user with the name entered for Part A . Asks the user to input the cost

Part C:
Write a Python program that:
Greets the user with the name entered for Part A.
Asks the user to input the cost of their favorite Subway ? sandwich and stores it in a list.
Asks the user to input the cost of their favorite chips and stores it in a list.
Asks the user to input the cost of their favorite cookie and stores it in a list.
Asks the user to input the cost of their favorite drink and stores it in a list.
Input prompts should be clear and explain what the user should enter.
Calculate the total for their favorite foods with 5% food sales tax added.
Display their total cost with appropriate label.
Part C: Write a Python program that: Greets 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!