Question: 1. Write a C++ program to take integer 1-d array elements from the user. Then, swap the first and last element of the array. Show

1. Write a C++ program to take integer 1-d array elements from the user. Then, swap the first and last element of the array. Show the new array to the user. (50 points) 2. Write a C++ program to take integer 2-dimensional array (matrix) elements from the user. Then, find and show the transpose of this matrix (50 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
