Thread: Can Any1 Help Me!!!

  1. #1
    crazed_puppet
    Guest

    Question Can Any1 Help Me!!!

    Write a C program that will assist with the student advisement process at a college. The program will provide the user with the following main options:
    1. To calculate and display a student’s current GPA (Grade Point Average) given the grade obtained by the student in each course completed so far.
    2. To calculate and display the student’s projected GPA given:
    a. The grades that the student hopes to achieve in the new courses to be done in the coming semester.
    b. The student’s current GPA.
    c. The number of courses that the student has completed so far.

    Notes
    v This program is concerned with GPA calculation in general – the names of courses are not important.
    v Each college course is worth 3 credits.
    v Quality points are assigned to grades as follows:
    o A 4.0
    o B 3.0
    o C 2.0
    o D 1.0
    o F 0.0
    v Appropriate messages are to be displayed in the following cases:
    o A student’s current GPA is below the minimum of 2.0
    o A student’s projected GPA is below the minimum of 2.0
    v For each main option the user must be allowed to repeat the calculation as many times as desired.
    v The user must always have the ability to return to the main menu to make another choice.
    v Option 2 must be available as an immediate follow-up to option 1 and also as an independent option.

  2. #2
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Alright, I've written the program. It works perfectly. I'll save it to a floppy and leave it under the statue of Little Richard in Town Square.

  3. #3
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Damn you govt, why leave it so far away from me! How am I going to sneak in and steal it first??

    crazed_puppet: Your answer awaits you here
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  4. #4
    crazed_puppet
    Guest

    Unhappy

    my friend just intro me to this board and he is now arguing with me because i was dumb to post the entire question. when i have started and i am stuck again i will be back!

  5. #5
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    we await your return with great anticipation.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can any1 tell me wats wrong in this c program..
    By Hrisav in forum C Programming
    Replies: 2
    Last Post: 07-09-2009, 05:03 AM
  2. can any1 plz make this assignment
    By jean in forum C Programming
    Replies: 17
    Last Post: 05-13-2009, 09:19 PM
  3. any1 can solve this
    By ajoi24 in forum C++ Programming
    Replies: 15
    Last Post: 08-10-2008, 07:47 AM
  4. Any1 help with noob problem???
    By jr2007 in forum C++ Programming
    Replies: 3
    Last Post: 11-05-2003, 02:17 AM
  5. Urgent - Any1 out there
    By naaz in forum C++ Programming
    Replies: 0
    Last Post: 12-10-2001, 01:04 PM