Search:

Type: Posts; User: bruceness

Search: Search took 0.01 seconds.

  1. Thread: help please

    by bruceness
    Replies
    3
    Views
    1,077

    i dont understand what you mean could you give me...

    i dont understand what you mean could you give me an example
  2. Thread: help please

    by bruceness
    Replies
    3
    Views
    1,077

    help please

    hi i am working on my computer science homework and its due tomorrow. I have most of it done but it is not compiling and its really frustrating, if someone could give me a hand i would appreciate...
  3. Replies
    1
    Views
    6,406

    arrays and standard deviation

    hi, i am working on a program that reads grades of students into an array of type double and computes the mean and standard deviation after throwing out the highest grade and the lowest grade. The...
  4. Replies
    3
    Views
    2,847

    heres what i have so far

    ok here it is
    #include<time.h>
    #include<stdlib.h>
    #define ROWS = 5
    #define COLUMNS = 20

    int main (void)

    srand(time(NULL));
    int array[ROWS][COLUMNS];
  5. Replies
    3
    Views
    2,847

    arrays and random numbers

    hi, i am currently trying to get my program to use an array to store 100 random numbers (0-20) or rand % 20, then print those numbers in 5x20 row column format. However i have tried everything...
Results 1 to 5 of 5