Q-1.Write a program in C++ to read n number of values in an array and display them in reverse order.
Q-2.Write a program in C++ to copy the elements of one array into another array.
Q-3.Write a program in C++ for a 2D array of size 3x3 and print the matrix.
Q-4.Write a program in C++ for adding two matrices of the same size.
Q-5.Write a program in C++ to find the sum of the right diagonals of a matrix.
Q-6.Write a program in C++ to find the sum of rows and columns of a matrix.
Q-7.Write a program in C++ to find the maximum and minimum elements in an array.
Q-8.Write a program in C++ to separate odd and even integers into separate arrays.
Q-9.Write a program in C++ to count a total number of duplicate elements in an array.
Q-10.Write a program in C to insert the values in the array (sorted list).