Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. public class Main {
  2.  
  3.     public static void main(String[] args) {
  4.  
  5.         for(int a = 0; a < 100; a++); {
  6.             System.out.println(a);    
  7.         }
  8.  
  9.  
  10.         System.out.println("Loop stop");
  11.  
  12.  
  13.  
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement