Search:

Type: Posts; User: sin2win

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    4,223

    Thanks for your help, I got it to where it...

    Thanks for your help, I got it to where it properly allows the user to enter the values into the array, now I need to have each row summed.



    st1ttl = (gradearray[0][0] + gradearray[0][1] +...
  2. Replies
    6
    Views
    4,223

    I am trying to loop through the array one row at...

    I am trying to loop through the array one row at a time and input the values for each column in a row.
  3. Replies
    6
    Views
    4,223

    { double gradearray[N][N]; int row =0 ,...

    {
    double gradearray[N][N];
    int row =0 , col = 0, i = 1, factor = 1;

    printf("Enter max error: ");
    for (row = 0; row < N; row++)
    for (col = 0; col < N; col++)
    {
    if (row ==...
  4. Replies
    6
    Views
    4,223

    C multidimensional arrays

    Hey, I'm naturally a vb.net programmer and I'm lost with C's syntax. I'm trying to create an application where the user inputs some values and then have it run some statistical analysis, but I can't...
Results 1 to 4 of 4