Question: Write a C++ program that defines a two dimensional array named Performance of size 4x4. The program should first read the data from the keyboard
Write a C++ program that defines a two dimensional array named Performance of size 4x4. The program should first read the data from the keyboard into the array Performance where the rows represent the employee performance and the columns represent the scores of the different employees for a given job. The program should then calculate and display the Maximum Performance using the equation below: Row17 Maximum Performance = maximum value of (Row1) + maximum value of (Row2) + maximum value of (Row3) + maximum value of (Row4) Row2 Row3 Row4 Performance Array Use a nested for loop to answer the
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
