PLS HELP ME INCLUDE EXERCISE 169 INTO MY EXISTING CODEFOR THE EXERCISE , AND HELP ME FIX THE CODE SO THAT IT RUNS. PLSUSE SIMPLE C++. THANK YOU!
Exercise 169 (PLEASEHELP ME DO THIS PART!!!)
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
OROR