fork download
  1.  
  2. class Ideone
  3. {
  4. public static void main (String[] args) throws java.lang.Exception
  5. {
  6. for(int a = 0;a<2;a++){
  7. for(a=5;a<10;a++){
  8. System.out.print(a);
  9. }
  10. }
  11. }
  12. }
Success #stdin #stdout 0.1s 54552KB
stdin
Standard input is empty
stdout
56789