Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1.  
  2. public class IchHatteRecht
  3. {
  4. public static void main(String[] args)
  5. {
  6. int x = 1;
  7. if(x <=10)
  8. {
  9. ++x;
  10. System.out.println(x);
  11.  
  12.  
  13.  
  14. }
  15. else
  16. {
  17.  
  18. System.out.println("Fehler");
  19. }
  20.  
  21.  
  22. }
  23.  
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement