Thread: can anyone help me write this program ?

  1. #1
    Registered User
    Join Date
    May 2013
    Posts
    1

    can anyone help me write this program ?

    hi guys i'm a beginner in c and i want to write a program that first i have to define 4 functions ( maximum , minimum , average , print array) then it should get 100 student's grades and put in an array , in the end it should show then max , min , and average of all grades .

    can anyone help please ???

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    What have you done so far, and what help do you need?
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User
    Join Date
    May 2010
    Posts
    4,632
    So where is your program? Surely you've started something? Post your code and then ask specific questions.

    Jim

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Please help me write a program
    By mirko007 in forum C Programming
    Replies: 4
    Last Post: 12-15-2011, 08:39 PM
  2. Write program that uses MS-DOS?
    By Cgrasshopper in forum C Programming
    Replies: 5
    Last Post: 06-22-2010, 11:48 PM
  3. How to write a program for...
    By babyboy in forum C Programming
    Replies: 20
    Last Post: 02-19-2008, 06:01 AM
  4. write a program
    By angelgemini in forum C Programming
    Replies: 13
    Last Post: 12-05-2007, 11:39 AM
  5. Help Write This Program Plz
    By Unregistered in forum C++ Programming
    Replies: 3
    Last Post: 10-13-2001, 01:08 AM