Thread: c program

  1. #1
    Registered User
    Join Date
    May 2012
    Posts
    2

    c program

    6. Write a menu-driven mini-statistics package. A user should be able to enter up to 200 items of float data. The program should calculate the number of items in the data, the mean, the standard deviation, the variance, the median, and the mode of the data. A sample run follows. The symbol <EOF> in the sample run below should be replaced with CTRL-Z or CTRL-D or the end-of-file symbol on your system.
    Mini-Stat Package
    -----------------------
    This program will perform the following:
    1) Enter data.
    2) Display the data and the following statistics:
    the number of date item, the high and low values in the data, the mean, median, mode, variance and standard deviation.
    3) Quit the Program
    --------------------------------------------------------------------------------------------------------------------------------
    Your Choice? 1
    Enter one data item after each prompt. Press return after each one. Signal with <EOF> when you are done with data input.
    Item #1 : 25
    Item #2 : 36
    Item #3 : 27.5
    Item #4 : 28
    Item #5 : 32
    Item #6 : 33.25
    Item #7 : <EOF>
    This program will perform the following:
    1) Enter data.
    2) Display the data and the following statistics:
    the number of date item, the high and low values in the data, the mean, median, mode, variance and standard deviation.
    3) Quit the Program

  2. #2
    Registered User
    Join Date
    Nov 2010
    Location
    Long Beach, CA
    Posts
    5,909
    Stop spamming us with your homework assignments. We wont do them for you.

  3. #3
    Registered User
    Join Date
    Dec 2011
    Posts
    795
    Heh, is this guy in the same class?

    At any rate, why not put a little ........ing effort before dumping an assignment and expecting us to do it for you?

  4. #4
    Registered User Alan.Brown's Avatar
    Join Date
    Jul 2010
    Location
    NSW, Australia
    Posts
    9
    Where is your code?

    How much are you paying for someone to do your homework?

    Read the posting in the third Announcement at the top of this forum page. Don't waste everyone else's time.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 03-03-2009, 04:47 PM
  2. Replies: 5
    Last Post: 08-16-2007, 11:43 PM
  3. Replies: 18
    Last Post: 11-13-2006, 01:11 PM
  4. Math Equation Program (I can't find the problem with my program!)
    By masked_blueberr in forum C Programming
    Replies: 14
    Last Post: 07-06-2005, 11:53 AM
  5. How To Make The Program Installed In Program Files Folder?
    By javacvb in forum Windows Programming
    Replies: 4
    Last Post: 11-05-2003, 05:33 PM