5 is smaller than 10
5 is not larger than 10
Good Afternoon!
Conditions work through the use of if/else or Switch statements. If/else commands will determine if a condition is
true or false. Depending on the resolution, it will execute are particular command.
The Switch statement will have a each potential outcome stated with the 'case' function.
Home