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

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

1 Expert Approved Answer
Step: 1 Unlock

Heres a simple C code snippet that takes user input for employee performa... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!