Question: Write a C++ code that will ask the user to enter an employee performance. Using Switch statement, the code then should output the following:
Write a C++ code that will ask the user to enter an employee performance. Using Switch statement, the code then should output the following: If the performance is 5, Outstanding If the performance is 4, Good If the performance is 3, meets expectation. If the performance is 2, Poor
Step by Step Solution
3.43 Rating (150 Votes )
There are 3 Steps involved in it
Heres a simple C code snippet that takes user input for employee performa... View full answer
Get step-by-step solutions from verified subject matter experts
