Floatpi=newFloat(3.14f);if(pi>3){System.out.print(”piisbiggerthan3.);}else{System.out.print(”piisnotbiggerthan3.);}finally{System.out.println(”Haveaniceday.”);}Whatistheresult?()
A. Compilationfails.
B. piisbiggerthan3.
C. Anexceptionoccursatruntime.
D. piisbiggerthan3.Haveaniceday.
E. piisnotbiggerthan3.Haveaniceday.