Thread: average grade program

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

    average grade program

    Write a complete program that prompts how many students? reads the number.
    Make a loop for that many students, prompts the first student for name and how many tests, get name, number of tests. Make a loop to sum all of her/his tests and compute the average of her/his test. Your program should output student name, test average and a letter grade. NOTE: to get credit you must write at least one function.
    Note: To assign the letter grade use (if average >= 90, A, >=80, B etc.).


    Thank you very much.

  2. #2

  3. #3
    Registered User Alan.Brown's Avatar
    Join Date
    Jul 2010
    Location
    NSW, Australia
    Posts
    9
    Quote Originally Posted by fyu2 View Post
    NOTE: to get credit you must write at least one function.
    So, what have you written??

  4. #4
    Algorithm Dissector iMalc's Avatar
    Join Date
    Dec 2005
    Location
    New Zealand
    Posts
    6,318
    This guy did the same "dump problem the description and expect completed code" in this thread:
    c program
    If this idiot learns how to use google, I bet we'll see a plagurised java version of this assignment posted here next.
    My homepage
    Advice: Take only as directed - If symptoms persist, please see your debugger

    Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help with finding the highest average grade
    By Rockie in forum C++ Programming
    Replies: 4
    Last Post: 11-10-2011, 11:55 AM
  2. Grade program average problem
    By Zaz in forum C Programming
    Replies: 1
    Last Post: 11-20-2009, 07:11 PM
  3. calcuate average test grade problem
    By syrup890 in forum C++ Programming
    Replies: 3
    Last Post: 11-15-2008, 01:02 AM
  4. Student Roster & Grade Average
    By Surge in forum C Programming
    Replies: 10
    Last Post: 12-12-2006, 07:32 AM
  5. Drop Lowest Grade then Average
    By cmut in forum C Programming
    Replies: 4
    Last Post: 09-27-2002, 10:19 PM