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.
• The user must enter “Q” (lower case or upper case) to stop entering the input and
retrieve the results
I need to do it in two separate classes, a User class and a UserDialog class. I don't even know where to begin. Is there anyone out there who can help me?
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.
• The user must enter “Q” (lower case or upper case) to stop entering the input and
retrieve the results
I need to do it in two separate classes, a User class and a UserDialog class. I don't even know where to begin. Is there anyone out there who can help me?
Comment