courses->exists('CS101') ? ' is ' : ' is not ') . 'currently enrolled in CS101'; //displays: "Bob Smith is enrolled in CS101" ?>