Advertisement
Carlettos

wf?

Dec 3rd, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. public class Campus {
  2.  
  3.     public static void main(String[] args) {
  4.         System.out.println(-5 + 8 * 6);
  5.         System.out.println((55 + 9)% 9);
  6.         System.out.println(20 + -3 * 5/8);
  7.         System.out.println(5 + 15/3 * 2 - 8% 3);
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement