Search:

Type: Posts; User: JoeJoe

Search: Search took 0.01 seconds.

  1. Thread: find the median

    by JoeJoe
    Replies
    9
    Views
    2,493

    okay I changed the median code around, but now I...

    okay I changed the median code around, but now I have this code,and it is giving me an error on line 16.
    I don't understand why I can't use '%' here.
    It says " invalid operands of types ‘int’ and...
  2. Thread: find the median

    by JoeJoe
    Replies
    9
    Views
    2,493

    find the median

    Can anyone give me some kind of hint of what I am doing wrong here?
    I am trying to find the median integer in the file. I have set it up the way my teacher asked us to, which was to make 2 passes...
  3. Thread: vectors

    by JoeJoe
    Replies
    3
    Views
    1,016

    vectors

    I am supposed write a program that allows the user to enter
    a set of positive integers in order from smallest to largest and then
    the program will output the median of the set of numbers. The user...
  4. Replies
    2
    Views
    1,172

    medians and vectors

    Any ideas on how to do this?

    Write a program that allows the user to enter
    a set of positive integers in order from smallest to largest and then
    the program will output the median of the set...
Results 1 to 4 of 4