Employee of the week
You are provided with the following data set of the employees for a week. The employees are rated on various parameters on the scale of 10. Write a program to help the manager to find on the employee of the week. Create your own logic to define the employee of the week". Please create logic based on the entire week and not just for specific days. Also, clearly state your assumptions
Name
Assessment
Day 1
Day 2
Day 3
Day 4
Day S
Parameters
Attendance
6
4
7
5
5
Peter Parker
3
4
3
5
4
6
4
4
Productivity
Client Feedback
Attendance
Productivity
Client Feedback
8
9
7
6
8
Steve
3
4
8
Rogers
7
7
5
9
Attendance
3
4
6
4
5
Tony Stark
9
19
8
7
7
Productivity
Client Feedback
6
6
6
Sample Input:
Input data will be given in the above table. Assume a way to take input and mention in comments in the program.
Sample Output:
Name of employee.
Comments
Leave a comment