Answered You can hire a professional tutor to get the answer.
Write a program that reads the subtotal and the gratuity rate, and compute the gratuity and total. for example, if the user enters 10 for subtotal and 15% gratuity rate, the program displays $1.5 grat
Write a program that reads the subtotal and the gratuity rate, and compute the gratuity and total. for example, if the user enters 10 for subtotal and 15% gratuity rate, the program displays $1.5 gratuity and $11.5 as total. python