if (condition) { // your code here } else if(condition){ // code to run if condition is true }else{ // code to run if condition is false }