Thread: Pls help me on this program

  1. #1
    Registered User
    Join Date
    Mar 2008
    Posts
    2

    Smile Pls help me on this program

    The user will enter 3 tri-weekly grades from each of the 5 students...
    The grade range from 68-98 only... After the user enters the grade, the program must get the average of each student and rank them... If their average is the same their rank will also be the same....
    The Format must be like this...

    1st grade 2nd grade 3rd grade Average Rank
    Student 1
    Student 2
    Student 3
    Student 4
    Student 5

    Your help is greatly appreciated

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    So what have you done so far?

    The way it works here is that you post your code, and we help you out with what you can't solve. Not "You post the task, we write the code".

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  3. #3
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,613
    Do you know how to calculate an average, and do you know how to read a number in from the user? That is 90% of the homework.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help with my program...
    By Noah in forum C Programming
    Replies: 2
    Last Post: 03-11-2006, 07:49 PM
  2. newbie here.. pls help me in this program!
    By rothj0hn in forum C Programming
    Replies: 2
    Last Post: 02-01-2006, 10:40 PM
  3. I need some help with my program please.
    By agentxx04 in forum C Programming
    Replies: 9
    Last Post: 09-26-2004, 07:51 AM
  4. Pls debug my scroll program
    By Raison in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2004, 07:30 PM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM