Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Codewarrior Java > Registrar Progr...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 58 of 81
Post > Topic >>

Registrar Program

by IRON HORSE 430 <ironhorse430-general@[EMAIL PROTECTED] > Apr 20, 2005 at 12:02 AM

I need help on the following:

Problem Statement:

A registrar maintains records for a collection of courses, sections, 
instructors and students. Any course, which is given a name, and is 
offered through some department in the school, may be referenced through 
its course number. Courses are scheduled as sections in an academic year 
which is broken down into Fall, Winter, Summer and Spring terms. Each 
section is assigned an instructor who is a member of the department 
which offers the course. Students are registered to a specific section 
of a course. It is im****tant to record an instructor's and a student's 
full first and last name. For the student, it is also im****tant to 
record an identification number.

The task is to design and implement an object-oriented (no GUI) Java 
program which may be used to assist a registrar in maintaining its 
collection of records.

Specifically, the program will need to provide operations to:

     *add a course to the records maintained within the application
     *add an instructor to the records maintained within the application
     *add a student to the records maintained within the application
     *list the courses maintained within the application
     *list the instructors maintained within the application
     *list the students maintained within the application
     *schedule a section of a course within a semester
     *assign an instructor to a course section
     *register students to a course section
     *list all sections taught by an instructor
     *list all sections for which a student is registered
     *delete a student from a course section

Anyone have any code for this or know a good resource to get code for
this?
 




 1 Posts in Topic:
Registrar Program
IRON HORSE 430 <ironho  2005-04-20 00:02:47 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Jul 23 23:47:24 CDT 2008.