There is a try-catch-finally expression that stores the parsed value of the Int type in the answer variable. If an exception occurs during the reading process, answer must be equal to 42. Regardless of the value of answer, the following text must be printed: "The answer is a number".
Fix the code below to make it work as described.