Fill in the Blanks Java Programming Syntax Fill in the BlanksOnline version Test your knowledge of Java programming syntax by filling in the missing elements in Java code. by pinky tapel 1 int System in void import new println class close readLine parseInt System println BufferedReader java . io . ; import java . io . IOException ; import java . io . InputStreamReader ; public Main { public static main ( String [ ] args ) { BufferedReader reader = new BufferedReader ( InputStreamReader ( System . ) ) ; try { System . out . ( " Welcome to Java Programming ! You need to use the ENTER key to go to the nextline " ) ; . out . println ( " This program will let you solve basic math operations such as addition , subtraction , multipilcation and division " ) ; System . out . ( " Let's begin ! " ) ; System . out . print ( " Enter First Number : " ) ; fnum = Integer . parseInt ( reader . ( ) ) ; System . out . print ( " Enter Second Number : " ) ; int snum = Integer . ( reader . readLine ( ) ) ; int sum = fnum + snum ; int dif = fnum - snum ; int prod = fnum * snum ; float qou = fnum / snum ; System . out . println ( " The sum of " + fnum + " and " + snum + " is " + sum ) ; System . out . println ( " The difference of " + fnum + " and " + snum + " is " + dif ) ; System . out . println ( " The product of " + fnum + " and " + snum + " is " + prod ) ; . out . println ( " The qoutient of " + fnum + " and " + snum + " is " + qou ) ; reader . ( ) ; } catch ( IOException e ) { System . out . println ( " An error occurred while reading input : " + e . getMessage ( ) ) ; } } }