Home /
Expert Answers /
Computer Science /
write-code-in-c-task-04-using-2d-safe-array-of-task-03-do-the-following-given-a-2d-array-pa121
(Solved):
write code in c++
Task 04: Using 2D safe array of task 03. Do the following: - Given a 2D array ...
write code in c++
Task 04: Using 2D safe array of task 03. Do the following: - Given a 2D array where rows represent the reviewers and columns represent the movies as shown in the table given below. - Write a program to find the average rating given by the reviewer in row 2 , - Write a program to find the highest rated movie among all four movies. - Write a program to find the lowest-rated movie among all four movies. - Write a program to find which reviewer has given the highest rating to a movie in column number 3 .