View Single Post
Old Feb 29th, 2008, 5:57 AM   #1
erix015
Newbie
 
Join Date: Feb 2008
Posts: 2
Rep Power: 0 erix015 is on a distinguished road
Smile Need help with these

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... ^_^
erix015 is offline   Reply With Quote