Search:

Type: Posts; User: Adak

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    3,798

    You're welcome. :)

    You're welcome. :)
  2. Replies
    9
    Views
    3,798

    For a summary, I'd use something like: int...

    For a summary, I'd use something like:

    int data[SIZE];

    Where SIZE is a #defined macro in your program, before int main(void).

    Then the data points that would go into zero, would be...
  3. Replies
    9
    Views
    3,798

    if(500 < temp && temp

    if(500 < temp && temp <= 400)
    fourhun++;



    Oh C'mon! That's not even a good try -- work it out with a paper and pencil.

    Here, temp would have to be both greater than 500 and less...
  4. Replies
    9
    Views
    3,798

    I'm unclear what format you want for the...

    I'm unclear what format you want for the frequency distribution printout. Could you show what you want? (use code tags so the format will be preserved). What you show doesn't look much like a...
Results 1 to 4 of 4