class ***otry { public static void main(String [] args) { int x = 0; while ( x < 9000 ) { if ( x < 9000 ) { System.out.println("***got"); x = x + 5; } x = x + 1; } } }