Search:

Type: Posts; User: Vontrapp

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    5,846

    Hey guys thanks for your help! Figured it out.

    Hey guys thanks for your help! Figured it out.
  2. Replies
    6
    Views
    5,846

    I need to write code to determine which student...

    I need to write code to determine which student has the highest average. So far I found the averages for all students and all quizzes but I can't figure how to find the highest.
  3. Replies
    6
    Views
    5,846

    finding highest average

    I'm trying to figure out the code to determine the student with the highest average. I got this far but now I'm stuck.



    #include <stdio.h>
    #include <stdlib.h>
    #define STUDENTS 4
    #define...
  4. Replies
    11
    Views
    2,851

    LOL you know what else too, sometimes looking at...

    LOL you know what else too, sometimes looking at code for sooooo long you don't even see where your mistakes are. Just like writing a paper and not catching certain grammatical errors. This is pretty...
  5. Replies
    11
    Views
    2,851

    awesome!! Thanks everyone for your help.

    awesome!! Thanks everyone for your help.
  6. Replies
    11
    Views
    2,851

    #include #include #include...

    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>

    main(void) {

    int random[20];
    int occur[7];
    int i;
    srand(time(NULL));
  7. Replies
    11
    Views
    2,851

    unfortunately I didn't quite grasp your...

    unfortunately I didn't quite grasp your explanation about counting occurrences.
  8. Replies
    11
    Views
    2,851

    Help with Counting values in Arrays

    Hello all, I was hoping to get a little help for some code I'm writing. I have to declare an array of 20 integers, fill the array with random numbers between 1-6, and then write a loop to count how...
Results 1 to 8 of 8