public class Test { public static void main (String [ ] args) { boolean b=true; ++b; System.out.println(b); }}
Not registered? Create an account
Forgot Password?
Already a registered user? Login