Search:

Type: Posts; User: mrgeoff

Search: Search took 0.00 seconds.

  1. but then if i wait till the end... how would i...

    but then if i wait till the end... how would i determine the average of each column?



    #include "my.h"

    int main(){
    int rows, columns, i, j, newrow, temp, min, max, minrow, maxrow, avgrow,...
  2. #include "my.h" int main(){ int rows,...

    #include "my.h"

    int main(){
    int rows, columns, i, j, newrows, temp, min, max, minrow, maxrow, avgrow;
    float **array, avg;

    scanf("%d", &rows);
    scanf("%d",...
  3. problems finding the average of an array column

    I am having a problem finding the average of each column in my array. I think I have the layout right, but it gives me a seg. fault when I get to the "Analyze array" section.


    #include "my.h"
    ...
Results 1 to 3 of 3