Challenge
No
Compute the price of tickets to a Pokemon petting zoo. Make a form like this:
Users enter the number of adults and kids in their group. Assume users always input numbers that are zero or more. For example:
Show the price, where adult tickets are $15, and kid tickets are $8.
If adults is zero, and kids is more than zero, show an error message.
Submit your solution URL, and a zip of your files. The usual coding standards apply.
If you were logged in as a student, you could submit a solution to this exercise.
Where referenced