An if statement lets you ask a question to the program and only run code if the answer is true.
Executes code only if all conditions are false
sequential programming refers to programs that are executed sequentially – once through, from start to finish, without other processing executing.
Non-sequential Programming refers to a programming paradigm where programs can have multiple tasks being completed at once or out of sequential order.