Create a Java application that lets the user enter the food charge for a meal at a restaurant. When a button is clicked, the application should calculate and display the amount of an 21 percent tip on the total food charge, 9 percent sales tax, and the total of all three amounts.
See the view below. You can use either a lambda expression or an embedded EventHandler class.
Figure: see image.