Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help. Write a python program that will calculate a 20% tip and a 6% tax on a meal price. The user will enter

I need help.

Write a python program that will calculate a 20% tip and a 6% tax on a meal price. The user will enter the meal price and the program will calculate tip, tax, and the total. The total is the meal price plus the tip plus the tax.

Program must include:

A comment which includes the input list (the variables you are asking the user to input). Sample: # Input List: meal_price, tax_amount, total_cost

A comment which includes the output list (the variables the program is outputting to the user).

Comment on each section of codes

A block of comments with the full pseudocode for your program, following the same style as the pseudocode in the Gaddis text, except that you should use lower_case_letters_with_underscores_between_each_word for your variable names (Gaddis uses camelCaseVariableNames instead).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Time Series Databases New Ways To Store And Access Data

Authors: Ted Dunning, Ellen Friedman

1st Edition

1491914726, 978-1491914724

More Books

Students also viewed these Databases questions