ok, could someone explain to me what I am supposed to do in this program? We received an assignment from the book to write this program in java, but I don't get what the program is supposed to do, from the book's description.
Here's what the book is asking for:
"Create a Student class that contains the student name, ID, phone, and number of units completed. Include a constructor that assigns values to the private class variables. Create an applet to input data and assign it to the class variables. Create methods in the student class to get the name from the private class variables. Display the student name, ID, phone, and number of units completed in the text area."
Any explanations will be appreciated.