Search:

Type: Posts; User: cgn38

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,187

    Yes it is an Interger ARRAY Here is more of the...

    Yes it is an Interger ARRAY
    Here is more of the code.
    I changed the LIMIT to limit, it was just a carry over from when it was #defined.



    #define SIZE 10
    int num [SIZE];
    int dem [SIZE];
  2. Replies
    3
    Views
    1,187

    How to store Intergers in ARRAY

    How do you take the output from rand() and put it into an ARRAY?
    This is part of code if you need more I can post it.




    printf("Maximum digits in the numerator? \n"); //limit a to 3 digits...
  3. OK I forgot to add that to my question. should I...

    OK
    I forgot to add that to my question. should I use an array or a struct. Thanks for the advise Prelude.
  4. Storing Variables that come from a random number generator

    I am trying to write a program to add, subtract, multiply and divde Fractions. This is just the add part.
    User inputs number of problems and number of digits in the numerator and denominator.
    My...
Results 1 to 4 of 4