User: potpot

  • Public profile

User profile: potpot

User info
User name:potpot
History
Joined:
Number of posts:5
Latest posts:

bubble sort descending
I 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 coloumn
I 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 array
Thanks! 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 array
Hi! I am having problems in averaging all the elements in my two dimensional array. The first array ...

This user does not accept Private Messages