Search the Whole World Here.,.,

Q2. Consider the following code snippet:


int number = 14;

if (number >= 10;

{      

    if (number  == 10)         

                jLabel1.setText("first string");      

    else               

               jLabel1.setText("second string");    

                 jLabel2.setText("third string");

}


What will be the output of the following code snippet:


EmoticonEmoticon