public static void main (String[ ] args){int x = 5;x++;x = (x + 7 );System.out.println(x);}
Not registered? Create an account
Forgot Password?
Already a registered user? Login