Assignment 017a

If-Else

This Web page prompts visitors for their age. Once the age is entered, it is sent to a JavaScript function located in the head of the Web page. Depending on the age of the user, the function creates a response appropriate for the age entered. The response is displayed below:







comparison operators
== is equal
!= is different
< is less than
<= is less than or equal
>= is equal or greater than
> is greater than