Guest User

Untitled

a guest
Jan 15th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. int j = 0;
  2. int i1 = j*5+ ++j;
  3. System.out.println("j =" + j);
  4. System.out.println("i1 =" + i1);
Add Comment
Please, Sign In to add comment