Advertisement
M_Delor24

Exercise 1.2

Sep 18th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. //Mitchell Delor
  2. //C Block
  3. //9-18-14
  4.  
  5. public class InetgerExercise
  6. {
  7.     public static void main(String[] args)
  8.     {
  9.         System.out.println("1+2+3+4+5+6+7+8+9+10");
  10.         System.out.println(1+2+3+4+5+6+7+8+9+10);
  11.     }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement