|
We're not using a graphical user interface, we're using Oracle's JDeveloper . As for the arrays, four pieces of info are to be held on each student:
First name
Last name
Telephone Number
Enrolment Number
As for the menu, I have written:
Switch (userOption)
{
Case initialise: int activeEntries = 0;
Break;
etc. etc.
|