if (otherCondition) { doAnotherAction(); } else if (someCondition) { doSomeAction(); } else { defaultAction(); }