Summary: The input validation functions are not added for the climbing mode functions Steps to reproduce: For the climbing mode functions, when choosing the criteria, input a letter such as "a" will cause Java InputMismatchException. The program will fail. Actual Output: InputMismatchException. THe program fails Expected Output: An error message and ask to reinput
Solution: Different Exception handling classes such as ExInvalidCommand and ExWrongNumberFormat are used. Use a try catch clause to capture the exception solves the problem