Question: 3) Google Chrome elearning.yu.edu.jo/ niversity Write a C# program to implement a function named Fcn, the function receives 2-D array of integer, the number of

3) Google Chrome elearning.yu.edu.jo/ niversity Write a C# program to implement a function named Fcn, the function receives 2-D array of integer, the number of rows, and the number of columns. This function prints the average of each column in the 2D array. void Fon (int a[][3], const int r, const int c); S 3 8 Example The function will print: 6 9 4.3333 4.6667 7 In your main do the following Create 2-D array of integer of size (x 3) and initialize it as in the figure above Call Fen Function Paragraph
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
