Question: i want this answer for eclipse workspace. JavaScript Problem 1 Create an HTML file and JavaScript that calculates total cost of tickets ordered. The form
JavaScript Problem 1 Create an HTML file and JavaScript that calculates total cost of tickets ordered. The form should look like this: Enter in number of tickets Adult: Child: order If either value is less than zero, an alert should appear saying "The values must be zero or greater!". Otherwise, an alert appears, telling the user the cost. Adult tickets are $9 and child tickets are $6. Enter in number of tickets Adult: 2 Message from webpage Child: 1 order The total cost is $24. OK
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
