Advertisement
Guest User

Untitled

a guest
Sep 18th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1.  
  2.  
  3. public class Test
  4. {
  5. public static void main(String[] args)
  6. {
  7. System.out.println("39 + 3");
  8. System.out.println(39 + 3);
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement