Search:

Type: Posts; User: lelao08

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    2,054

    Thanks for your help!! Already solved the problem.

    Thanks for your help!! Already solved the problem.
  2. Replies
    9
    Views
    2,054

    Thank you, now it outputs the value per ID! But...

    Thank you, now it outputs the value per ID!
    But now my biggest problem is that the total amount of time calculated is being divided by the value of its ID and not by the number of times that ID...
  3. Replies
    9
    Views
    2,054

    It works but I want to apply that function to...

    It works but I want to apply that function to calculate the average in each ID and not the total value. For example average for ID 0001, 0002, 0003 and so on
  4. Replies
    9
    Views
    2,054

    Oh sorry. double getAv (activitiesDone...

    Oh sorry.


    double getAv (activitiesDone participants[500], int max)
    {


    int i;
    double total, average;
    total = 0;
  5. Replies
    9
    Views
    2,054

    Hi, yes I think so. I will put here what I have....

    Hi, yes I think so. I will put here what I have.
    165381653916540
  6. Replies
    9
    Views
    2,054

    How can I calculate average per user ID

    I am new to C programming and I have to print content from a file with an average already calculated. I will set the file here to show you how it is displayed. 16537
    I want to calculate the average...
  7. Replies
    2
    Views
    1,466

    Yes, I think so. I will leave what I did...

    Yes, I think so. I will leave what I did initially.16531
  8. Replies
    2
    Views
    1,466

    Sorting file content in descending order

    I am new to C programming, especially in file I/O and I would like to know how can I sort my file content in descending order, according to the first numbers in each string (0001, 0002, ...).16530
    I...
Results 1 to 8 of 8