User Profile

Collapse

Profile Sidebar

Collapse
kingmathyou
kingmathyou
Last Activity: Dec 7 '08, 06:12 PM
Joined: Dec 4 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • This is all I can figure out with it still compiling. As you can see there are some problems:
    • Everything is only in 1 class (I need to make them in two).
    • To exit the input screen I need to use a String, but all I can seem to do is use double.
    • I can't figure out how to make the student name and grade connected, so in the ArrayList, for example, name=Mike and score=90 stay together.



    Code:
    import java.util.ArrayList;;
    ...
    See more | Go to post

    Leave a comment:


  • Thank you for the fast reply! It is greatly appreciated!
    See more | Go to post

    Leave a comment:


  • I am completely new to Java and I need some DESPERATE help

    I have been trying to figure it out this program for the passed two hours with no luck. It is probably very easy, but I can't figure it out.
    Here is what I have to do:

    Write a program that asks the user to enter name and score of students via a dialog box.
    Output the number of students, their names, and if their grade is above (or equal to) the average scores.
    • User may enter information about any number of students.
    ...
    See more | Go to post
No activity results to display
Show More
Working...