class iMath{public static void main(String args[]){System.out.println(Math.ciel(2.7));}}
Standard input is empty
Main.java:3: cannot find symbol symbol : method ciel(double) location: class java.lang.Math System.out.println(Math.ciel(2.7)); ^ 1 error
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!