subject

Write a python program with full pseudocode that will calculate a xx% tip and 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. your program will then display the values of tip, tax, and total. the restaurant wants to change the program so that the tip percent is based on the meal price. the new amounts are as follows: meal price rangetip percent.01 to 5.9910%6 to 12.0013%12.01 to 17.0016%17.01 to 25.0019%25.01 and more22%

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 00:30
Knowing that the central portion of link bd has a uniform cross sectional area of 800 mm2 , determine the magnitude of the load p for which the normal stress in link bd is 50 mpa. (hint: link bd is a two-force member.) ans: p = 62.7 kn
Answers: 2
question
Computers and Technology, 23.06.2019 09:50
Allison and her group have completed the data entry for their spreadsheet project. they are in the process of formatting the data to make it easier to read and understand. the title is located in cell a5. the group has decided to merge cells a3: a7 to attempt to center the title over the data. after the merge, allison points out that it is not centered and looks bad. where would the title appear if allison unmerged the cells in an attempt to fix the title problem?
Answers: 2
question
Computers and Technology, 23.06.2019 10:00
How do i delete my account on this because i didn't read this agreements and also i put age at xd
Answers: 1
question
Computers and Technology, 24.06.2019 10:20
Write a program that keeps asking the user for new values to be added to a list until the user enters 'exit' ('exit' should not be added to the list). these values entered by the user are added to a list we call 'initial_list'. then write a function that takes this initial_list as input and returns another list with 3 copies of every value in the initial_list. finally, inside print out all of the values in the new list. for example: input: enter value to be added to list: a enter value to be added to list: b enter value to be added to list: c enter value to be added to list: exit output: a b c a b c a b c note how 'exit' is not added to the list. also, your program needs to be able to handle any variation of 'exit' such as 'exit', 'exit' etc. and treat them all as 'exit'.
Answers: 2
You know the right answer?
Write a python program with full pseudocode that will calculate a xx% tip and 6% tax on a meal price...
Questions
question
Mathematics, 22.02.2021 17:10
question
Mathematics, 22.02.2021 17:10
question
Mathematics, 22.02.2021 17:10