Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public class Arithmetic {
  2. public static void main(String[] args) {
  3.  
  4. int myNumber = 2 * 19;
  5. System.out.println(myNumber);
  6.  
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement