Question: Write a menu driven C++ program that has three files: header , implementation, and main files. The header file contains the following functions' prototypes: 1.
Write a menu driven C++ program that has three files: header, implementation, and main files. The header file contains the following functions' prototypes:
This function reads the elements of the 2D array from the user.
This function prints the elements of the 2D array to the screen.
This function computes the transpose (t) of the array (a). An array transpose is done by replacing the arrays rows with columns and vice versa.
This function prints the elements of the 2D array to the screen.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
