Thread: 2D Array

  1. #1
    Registered User
    Join Date
    Nov 2007
    Posts
    5

    2D Array

    first ask the user enter mark,then calclulate gpa
    how i want to display the ouput like this
    the output:

    stud _subj1__subj2 __ gpa
    1____ B____ A____ 2.5

    Then calculate number of grade
    A_ B_ C_ D_ E_ total
    Subj1
    subj2
    total

  2. #2
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    How about asking a question?

    I suggest you read the homework policy and the forum rules before you do.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. from 2D array to 1D array
    By cfdprogrammer in forum C Programming
    Replies: 17
    Last Post: 03-24-2009, 10:33 AM
  2. Help with mallocing a 2d array please?
    By Gatt9 in forum C Programming
    Replies: 5
    Last Post: 10-10-2008, 03:45 AM
  3. 2D array pointer?
    By willc0de4food in forum C Programming
    Replies: 4
    Last Post: 04-23-2006, 08:16 AM
  4. Read file in 2D array
    By Chook in forum C Programming
    Replies: 1
    Last Post: 05-08-2005, 12:39 PM
  5. Class Template Trouble
    By pliang in forum C++ Programming
    Replies: 4
    Last Post: 04-21-2005, 04:15 AM