How should these lines be ordered so as to form a correct conditional statement?

if (condition) {} else {}

Sweet!

Make sure to put the if statement first, then the else statement, and the closing bracket at the end.