For each of the above operation


Problem Objective
You are required to write an interactive object-oriented program which performs the following tasks:
1- Reads 16 integers into a two-dimensional array.
2- Prints the content of the array.
3- Finds the sum of the each row.
4- Finds the average of each row
5- Finds the sum of the each column.
6- Finds the average of each column
7- Finds sum of the main diagonal (right main diagonal)
8- Prints the results using an appropriate format (see the requirements)

Notice (Requirements):
• For each of the above operation, you must write a function to perform the required task. Each function must receive the array as its parameter and finds (returns) an appropriate answer.
• All the information and results MUST be stored into the SAME array
• The program must be fully documented.
• You must submit a hard copy of the source and a properly labeled output.
• Store source, excusable codes and the results in a flash memory and submit them in the class on the due date.
• Test your program for different values and show the results. 

Request for Solution File

Ask an Expert for Answer!!
Operating System: For each of the above operation
Reference No:- TGS087974

Expected delivery within 24 Hours