hello experts,
can you please give me a hint on how to make a 5x5 two-dimensional array, with DISPLAY and ACCEPT commands, and with sorting too.
this is the output i'd like to have..
Year----------Salesman----------Salesman----------Salesman----------Salesman----------Salesman----------Total
-----------------name1-------------name2--------------name3-------------name4--------------name5
2005----------(integer inputs for sales of each salesman, 5 times)-------------------------------------------(total sales of the year)
2006
2007
2008
2009
Total----------(total sales for each salesman)
Highest sales of salesman _________ is ______.
Lowest sales of salesman _________ is ______.
Year with the lowest sales:
Year with the highest sales:
i finished the 1 dimensional array for name, but i have no idea on how to add the two-dimensional arrays, and then sort it just to find the highest and lowest values for the inputs of each salesman and for each year..
i dont intend to make this your homework, i just need some help to know how to declare and perform the two-dimensional array and the SORTING part..
THnx in advance..