Construct a solution algorithm for the following programming problems. Your solution should contain:
• a defining diagram
• a list of control structures required
• a pseudocode algorithm
• a desk check of the algorithm.
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 valid, 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 not valid, an error message is to be displayed.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.