Thread: Grades of students

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

    Grades of students

    Hi friends, trying to solve this question to compute the grades of a student

    A test is given where the grades are put in an answer card, whose elements can be the letters A, B, C, and D. The evaluation card is for 20 questions. Design a program that allows you to enter the test answers and store them in an array. Implement in the program a function that by reading a pattern of keys, determines the grade of a student, consider that each well answered question is 5pts, there is no negative score and there are no null and / or blank questions. The program ends after registering the grades of 10 students and at that time it must display on the screen the grades obtained by each student according to the order registered

  2. #2
    TEIAM - problem solved
    Join Date
    Apr 2012
    Location
    Melbourne Australia
    Posts
    1,907
    What are you having trouble with exactly?

    Your question sounds like you want us to do your homework for you.

    What have you tried so far?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 08-30-2014, 11:07 PM
  2. Replies: 5
    Last Post: 09-12-2012, 10:21 PM
  3. Grades
    By ksample23 in forum C Programming
    Replies: 7
    Last Post: 04-01-2010, 08:20 AM
  4. Replies: 13
    Last Post: 08-15-2002, 09:20 AM
  5. Any Computeach International Students/ex students??
    By stevey in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 03-26-2002, 04:12 PM

Tags for this Thread