last exam we had the exercise to determine the output of the following code:
System.out.println(2 + 3 + \">=\" + 1 + 1);
My answer was <
Number+number=number number+string=string string+number=string etc.