Control flow / Conditional statements / if/else statements

if latitude == 0 //Error: ( expected
    { 
        location = "Equator";
    }