1 Attachment(s)
declaring arrays classes....
Hi, I'm having problems getting this to work. I have to declare an set of arrays to hold student info.
i have 2 classes, the testing class is the main class, with menu to enter data, search data, exit.
Entering and searching calls the second class.
But here is the problem, the way I have it now, the arrays are created everytime the student class is called.
I'd post the code but its too many lines. So I attached them..
If someone could tell me how'd they'd make this type of app, maybe i'd be able to figure out how I'm going at this wrong.
I'm used to VB programming and JAVA is confusing at times....lol