some_condition() && some_other_condition() ? do_something() : alternate(); some_condition() && some_other_condition() && do_something();