Control flow / Conditional statements / if/else statements
Valid example
Valid example
Invalid example
Complex conditions
Ternary operator
"if" with result
//
if
latitude == 0 //Error: ( expected
{
location =
"Equator"
}