URGENT!!! PLS HELP ME WRITE THE CODEFOR EXERCISE 169 INTO MY EXISTING CODE AND HELP ME FIXTHE CODE SO THAT IT RUNS. PLS USE SIMPLE C++. THANK YOU VERYMUCH!
Exercise 169 (PLEASE HELP ME DO THISPART!!!)
Make the following additions to your Employee class:
- An employee’s name must…
- Start with a capital letter
- Must have at least one space (to indicate the separationbetween first and last name)
- Contain only letters and spaces (a person can have more thanjust first and last names e.g. Sir Patrick Stewart)
Make the following additions to your EmployeeDriver class:
- The two employees cannot have the same phone number
- Always print the employee with the smaller
OROR