write a program that computes tax and tip on a restaurant bill for a patron with rs.44.50 per meal charge.the tax should be 6.75 percent of the meal cost.the tip should be 15 percent of the total after adding the tax.display the meal cost,tax amount,tip amount and total bill on the screen.
2 answers
read the cost of a meal at a restaurant. if a 10% service charge were added to the bill, write an algorithm to calculate and return the total amount on the bill
kucvk7u