|
need help with java program
i have to create a program that will output informatin of a group. the group will have a groupname and studnets in the group. right now i have a student file, a group file, and the app file. my professor was telling me i was doing evenrything right, and it sort of is working, but the problem is this:
student names are inputed in the app file, then i take them from the app file and pt them into the group file to create a group. but when i output the code in the app, i get the right name for the group, but for my studnets i get like an address like this "student@12dacd1". i'm not sure how to fix this. so any help is appreciated
|