Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: help me...

  1. #1
    Junior Member
    Join Date
    Jan 2013
    Posts
    6
    My Mood
    Cheerful
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Question help me...

    Course Information System

    1. Course information:
    a. Course code, course name, credit, time, venue, day, lecturer name

    2. Functions that need to be developed:
    a. Add course
    b. Display all courses
    c. Search – Search by course code and also lecturer name. Then, display only one record
    d. Delete – delete through course code
    e. Edit the course information

    3. Use an array of object
    4. Your system must be user friendly. It means that if record is not found, please display an appropriate message
    5. Use a menu concept like ATM machine

    anybody can help me...its my last minutes project after my final exam....i cant do it alone....

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: help me...

    Do you have any specific questions about your assignment?
    Please post your code and any questions about problems you are having.
    If you don't understand my answer, don't ignore it, ask a question.