Is not valid example of if/else statements in Java

if latitude == 0 //Error: ( expected

    location = "Equator";
}