WORKING WITH ARITHMETIC IN JAVA

What do the following print?

System.out.println (10 + 3 / 4);
System.out.println (8 * 10 + 1);
System.out.println (25 % 6);
System.out.println ((15/3 + 2) * 5);
System.out.println (36 % 24);
System.out.println (233 % 60);
System.out.println (18 % 24 + -82 % 60);

Working with time
Military time:1205
6 hours ago:
20 hours later:
7 hours and 15 minutes ago:
2 days from now:
75 minutes later:
825 minutes before: