System.out.println(10 / 3);
int x = 5; System.out.println(x++);
"Hello" + 2 + 3
You've answered all 40 questions.