1. The first screen of your program should display the menu, where the user will select the operation he/she wanted to execute.
2. The second screen will input the number of elements in the array and the element itself. The number of elements in a one-dimensional array should range from 5(minimum) to 20 (maximum). In a two-dimensional array, it should have at least 2 rows and 2 columns and a maximum of 5 rows and 5 columns.
Set A:
1. Create a program that will sort the integer elements in ASCENDING order. Display the sorted the elements.
2. Create a program that will get the sum of even indexed elements and the sum of odd indexed elements.
3. Create an m x n array that will find the sum of diagonal elements
^_^ Thanks in Advance... ^_^
