Common Computer Science References
At the end of this lesson, you will be able to:
understand and use compound if ... then statement
what is a boolean expressions and If ... then ... else
compound boolean expressions, when you want to ask a 2 part question
watch the video below
you can also read here (open up section 9)
re-create a program that:
watch the video below about compound boolean statements
create a program in JavaScript that actually does what is presented in the movie
ask user their age and the day of the week
use a select element for the day of week
decide if they should get into the museum with discount
do the above program in PHP