Question: Write a program that reads the subtotal and the gratuity rate and computes the gratuity and total. For example, if the user enters 10 for
Write a program that reads the subtotal and the gratuity rate and computes the gratuity and total. For example, if the user enters 10 for the subtotal and 15 for the gratuity rate (we use 0.15 in our program as the gratuity rate), the program displays 1.5 as the gratuity and 11.5 as the total. In Python please!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
