Search the Whole World Here.,.,

State the output of the following program?

Answer by Commenting.,.,


public static void main (String args [] )
{

     int x = 10;
     int y = 15;
   
      System.out.print((x>y) ? 3.14: 3);
}


EmoticonEmoticon