Advertisement
JoshJurban

Exercise 1.2

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