Guest User

Untitled

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