java programming help...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yjh0914
    New Member
    • Mar 2008
    • 2

    java programming help...

    hello guys! its my first time posting on this site and the reason is becz i have a java hw my teacher assigned.
    i have to make a program that basically ranks students by their cumulative gpa. the student's info is on a csv file written in a format like this, "name,bday,sex, 9-1,9-2,10-1,10-2.....,cumulati ve". my question is im not sure if i should read this whole line nd jz use the cumulative (im not sure how to do dat:/) or make a separate class nd make an array (for loop nd stuff) btw this program is a portion of a major program, basically a student ranker (some may know the program gradequick?) which has info abt da students freshmen gpa to senior gpa. i was able to add the student's info into my program nd saving the list as a csv file. but now im kinda stuck on the ranking part :/ please help me!
  • sukatoa
    Contributor
    • Nov 2007
    • 539

    #2
    Originally posted by yjh0914
    hello guys! its my first time posting on this site and the reason is becz i have a java hw my teacher assigned.
    i have to make a program that basically ranks students by their cumulative gpa. the student's info is on a csv file written in a format like this, "name,bday,sex, 9-1,9-2,10-1,10-2.....,cumulati ve". my question is im not sure if i should read this whole line nd jz use the cumulative (im not sure how to do dat:/) or make a separate class nd make an array (for loop nd stuff) btw this program is a portion of a major program, basically a student ranker (some may know the program gradequick?) which has info abt da students freshmen gpa to senior gpa. i was able to add the student's info into my program nd saving the list as a csv file. but now im kinda stuck on the ranking part :/ please help me!

    Please be specific, what have you done so far?

    Post the code where you've been stucked... if you feel that it is necessary...
    The experts here may redirect to the point for analyzing if you may....

    Post your problem about that code...

    I also like to help you, but how?

    my question is im not sure if i should read this whole line nd jz use the cumulative (im not sure how to do dat:/) or make a separate class nd make an array
    Maybe you forgot your question...

    Concerned,
    Sukatoa....

    Comment

    Working...