User Profile

Collapse

Profile Sidebar

Collapse
ovince01o
ovince01o
Last Activity: Mar 15 '18, 03:25 PM
Joined: Feb 24 '18
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ovince01o
    replied to finding mode score
    in C
    #include"stdio. h"
    #include"conio. h"
    #include"alloc. h"

    //reads a binarry file then display odds

    int main (int argc, char *argv[])

    {
    FILE *fp;
    int *arx , n , i,j, counter;

    if( argc!=2)
    {
    printf("syntax: error:compo < filename.dat>") ;...
    See more | Go to post

    Leave a comment:


  • ovince01o
    replied to finding mode score
    in C
    it is int ... ............... ............... ............... ...
    See more | Go to post

    Leave a comment:


  • ovince01o
    replied to finding mode score
    in C
    1.get the number of score of the user
    2.allocate array
    3.get the scores
    4 short scores(array)
    5. find the mode ang how may use it.

    the one on picture is the example they give us but in example they find midian but our asignment is finding the mode
    See more | Go to post

    Leave a comment:


  • ovince01o
    started a topic finding mode score
    in C

    finding mode score

    they give us 10 days to do a program of finding the modes using array. and i dont really know how to do it :(

    1.get the number of score of the user
    2.allocate array
    3.get the scores
    4 short scores(array)
    5. find the mode ang how may use it.

    i hope you can help me.thank you in advance :)...
    See more | Go to post

  • ovince01o
    replied to How to find the mode of an array??
    in C
    i dont know how to program mode

    i am given the following problem

    gets the scores for user
    short the scores
    find the mode and how many times it is used can u help me sir?
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...