/*LAB 3: define variables and expressions to do the following: Given a price, calculate the sales tax on the price, which is 8.875% of the price. Print the base price and the sales tax and print the total price (including tax). */