Find the output of the following program!
class Output 
    {
         public static void main(string args[]) 
         {
             double x = 3.14;  
             int y = (int) math.ceil(x);
             system.out.print(y);
         }
    }

Posted on by