What does this program print?
class Main { public static void main(String[] args) { System.out.println(10 / 2 + 3 * 2); } }
11
Press F11 Select menu option View > Enter Fullscreen for full-screen mode