Control flow / Conditional statements / if/else statements

if latitude == 0 //Error: Expected '(' after 'if'
    {
        location = "Equator";
    }