Visual Basic 2015 problemI have assignments with two visual basic problems. The two problems are attached. 

Directory Array

  • Use a two-Dimensional Array to hold 15 employees.

  • Validate ID When saving

  • If valid, store Employees in Array using modified ID#

  • User can put in ID# and click Get to retrieve the employee in the text boxes.

  • Find record: if the user type in a name, click find to retrieve the employee information.

  • Use a While or Until loop to step through Array until it either finds the name or run to the end of Array without being found.

  • If found, get the record from the Array and display it.

  • If not found display a not found message.

  • Validate ID

  • Convert the ID textbox to an integer.

  • Make sure it is > 0 and < = 15

  • Modify it to point to array position in Array 2. Is modified to 1.

For look like this:

Visual Basic 2015 problemI have assignments with two visual basic problems. The two problems are attached.  1