You may assume that the user enters numbers for the two


Implement a program that requests a decimal value representing a restaurant bill total and an integer representing a percentage. The program should compute the dollar amount of the tip and print all three values to the screen. You may assume that the user enters numbers for the two values and that the numbers are not negative.

Note that although the numbers below format as we would expect dollars and cents to format (mostly), you do not have to concern yourself with formatting to two decimal places.

>>> Enter a restaurant bill (> 0): 45.37

>>> Enter the tip percentage (e.g. 15 = 15%): 20

The tip for a bill of $45.37 at 20% is 9.074.

Solution Preview :

Prepared by a verified Expert
Business Management: You may assume that the user enters numbers for the two
Reference No:- TGS02724235

Now Priced at $20 (50% Discount)

Recommended (93%)

Rated (4.5/5)