Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Everything in this question should go in the q4 folder. The file should be named index.html. Make the title of this page: (Your Name)s Movie

Everything in this question should go in the q4 folder. The file should be named index.html.

  • Make the title of this page: (Your Name)s Movie Ticket Ticket App.
    • At local movie theater, they charge by the age. Children under 12 get in free, 12 to 16 year olds cost $10, and anyone 17 years old and older costs $13.
  • Write the price scheme to the screen using an unordered list.
  • Write an empty div element to the screen with the id of price.
  • Write a button to the screen that the user should click to start the app.
  • The program should prompt the user for their age. The program should report to the screen using the price div element, Your ticket price is (price). Replace (price) with the price based on the information above. If the price is free, just say free. If the price isnt free, make sure the price uses a dollar sign to represent the dollar amount. (Make sure that the sentence ends with a period.)
  • Make sure that you check for each of the age ranges!
    • Write an additional rule into the program that if the user enters a negative number (you cant be negative years old!) then report an error to the screen.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Server Query Performance Tuning

Authors: Sajal Dam, Grant Fritchey

4th Edition

1430267429, 9781430267423

More Books

Students also viewed these Databases questions