Question: RE Appendix C WHAT IS TIP CALCULATOR Tip calculator is a tool to calculate how much each person in a group has to pay the



RE Appendix C WHAT IS TIP CALCULATOR Tip calculator is a tool to calculate how much each person in a group has to pay the restaurant as a tip, based on three things: I total bill amount how good was the service (good, average, poor) how many person shared the meal Use HTML to design a form to let the user enter bill amount in number field, choose the service quality from radio buttons, and enter number of people in number filed. Then, Use JavaScript for calculations on a button as followings: If serviceQuality = good then Tip = bill *0.15 If service Quality = average then Tip = bill *0.1 If serviceQuality = poor then Tip = bill *0.05 Tip per person = tip number of people 3 2020-2021 Faculty of Information Technology (FIT), Applied Science Private University, Amman, Jordan FORM VALIDATION You should restrict data input by using validation rules on: Empty Inputs: bill amount, number of people and quality of service cannot be empty Values: Bill amount should be greater than 5 Number of people should be at least 1 Display a suitable validation message beside each field if it violates the restrictions. To Calculata How much wos the bl? I Alloon... How wos the servce? Goo O A e de . How mony peode wore here? E
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
