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