EmployeeSearch quiz in C:
Completed searching for an Employee's phone number and salary in the Employee Table.
Branches:
- search-multiple-function: contains employeeOne.c
- single-search-pass-function: contains employeeTwo.c
Test Cases: table can be found under employeeTable.c
- Phone number is found (909-555-2134)
- Phone number is NOT found (626-555-2134)
- Salary is found (8.32)
- Salary is NOT found (4.20)