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