COMP110 Webpage

int ShortcutValue = Integer.parseInt(input); System.out.println("Convert input by class Integer and method parseInt: " + ShortcutValue); at the bottom of main-method body, just below the try-catch statement. - Explain on paper the meaning of this code and submit it. - Compile and execute it. Print the source and the output. ................
................