Write a program that prints a grocery receipt of items purchased.
• The program must create variables for the following items:
• Milk = $2.00
• Eggs = $ 3.00
• Bread =$4.00
• Orange Juice =$3.50
• Apples = $4.00
• Cookies = $3.25
• Water = $3.00
• A constant variable coupon of $1.00 was used
• Calculate the bill, assume that 1 unit of all items was purchased
• Here is the expected output: VariablesLab Java
The bill is: 21.75