Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. public class Uppgift2_3
  2. {
  3.     public static void main (String[] args)
  4.     {
  5.         int sum = 0;
  6.         for (int i = 0; i < 10; i++)
  7.         {
  8.             sum +=i;
  9.         }
  10.         System.out.println(i);
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement