Search:

Type: Posts; User: cseter

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,425

    here is the main functions code so that I can...

    here is the main functions code so that I can better explain what is expected of the program



    int main() {

    float data[SIZE];

    int count = 0;
  2. Replies
    4
    Views
    1,425

    the main function is in another file and calls...

    the main function is in another file and calls the displayStatistics function if the user enters 2 for their choice.To enter data you enter 1 at the menu and press ctrl-d when your done and get...
  3. Replies
    4
    Views
    1,425

    Can't figure out this mode function

    This is going on three days now. For back ground I will explain the rest of the code but won,t post it as the total is two hundred lines. I'm building a statistics program for an assignment. The code...
  4. Replies
    2
    Views
    3,667

    I thought that countArray[i] + 1 would just...

    I thought that countArray[i] + 1 would just increment the index to the next position. I am trying to increment the value in countArray when I come up to a value in the original array where there are...
  5. Replies
    2
    Views
    3,667

    finding the mode in an array

    I've been at this for a few hours now. I've been trying to find the mode in the const data array. Here is my code so far


    static float modeOfValues(const float *data,int count){
    int meanCounter...
  6. Replies
    1
    Views
    1,228

    help with adding elements to an array

    I'm doing a project for school that requires me to use static functions. The one I'm working on right now isn't static because it is one of the ones that the user has to be able to call. It requires...
Results 1 to 6 of 6