Home » Interview » Technology

class Hell { public static void main(String[] args) { Integer i = 42; String s = (i<40)?"life":(i>50)?"base":"ball"; System.out.println(s); } }

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!