Guest User

Untitled

a guest
Jan 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1.  
  2. public class Main {
  3.  
  4. /**
  5. * @param args
  6. */
  7. public static void main(String[] args) {
  8. int summe=0;
  9. for(int i = 0; i <= 100; i++);
  10. summe=summe+i;
  11. System.out.println(summe);
  12. // TODO Auto-generated method stub
  13.  
  14. }
  15.  
  16. }
Add Comment
Please, Sign In to add comment