class Output { public static void main(string args[]) { double x = 3.14; int y = (int) math.ceil(x); system.out.print(y); } }
Not registered? Create an account
Forgot Password?
Already a registered user? Login