Design an algorithm that will prompt for and receive an employee number from an operator at a terminal. Your program is to search an array of valid employee numbers to check that the employee number is XXXXX, look up a parallel array to retrieve the corresponding employee name for that number, and display the name to the screen. If the employee number is XXX valid, an error message is to be displayed.