public class While { public void loop() { int x= 0; while ( true ) { System.out.print(x + 1); } }}
Not registered? Create an account
Forgot Password?
Already a registered user? Login