View Single Post
  #9 (permalink)  
Old 01-03-2008, 01:08 AM
pringle pringle is offline
Member
 
Join Date: Jan 2008
Posts: 12
pringle is on a distinguished road
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.
Reply With Quote