控制流 / 条件语句 / if/else 语句

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