Answered step by step
Verified Expert Solution
Question
1 Approved Answer
5) Use the input function to ask for a dollar amount of a restaurant bill. Assume the entered dollar amount is a # float (a
5) Use the input function to ask for a dollar amount of a restaurant bill. Assume the entered dollar amount is a
# float (a number with a decimal part).
# Make sure there is a helpful message saying what should be entered.
# Print out a 20% tip (multiply the given number by 0.2) along with a helpful message. As an example, if the
# user entered 10.40 for the bill amount, the tip should be 2.08
# Do not worry about making the tip amount have 2 decimal places like a dollar amount would.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started