if (condition) { // block of code to be executed if the condition is True } else { // block of code to be executed if the condition is False }