bubble sort descendingI want to use buble sorting so that all the elements in each column will be in descending order.
bubble sort descending[code] int sortingWeekly(int sales[7][noweeks], int week) { int temp; int i; int k;...
Largest sum of given coloumnI have a problem with getting the largest of the sum of every column in my array. What I need to do ...
Average of all the elements in two dimensional arrayThanks! so I did that then called it. let's say the name of the function is: [code]double calAvg...
Average of all the elements in two dimensional arrayHi! I am having problems in averaging all the elements in my two dimensional array. The first array ...
This user does not accept Private Messages