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: Programming advice

  1. #1
    Junior Member
    Join Date
    Oct 2009
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Programming advice

    Hi all I am doing a degree course and want some advice and a few pointers (this is for an assignment so I dont want it done for me but some advice or pointers would be good thanks in advance the brief is below


    A11 Cars currently keep a record of their taxis, drivers and bookings on paper. As a move towards computerising their system they have commissioned you to produce some prototype software for evaluation and possible future development. It should be able to cope with three taxis in the first instance (Taxi1, Taxi2, Taxi3).
    Requirements
    Design, code, test and document a program that will do the following
    • Record whether the taxi is currently in use or not (Destination e.g. ‘Birmingham’ or ‘None’)
    • Record whether the taxi is serviceable or not (Yes/No)
    • Record / Change the driver’s name (if no driver available use ‘None’)

    ************************************************** ************
    An example menu is below
    Welcome to A11 Cars
    1. Change taxi booking state
    2. Change taxi serviceability
    3. Enter/change taxi driver’s name
    4. List all taxi details (Taxi number, Driver, Serviceability, Availability)
    5. Exit

    • The program must be coded using the BlueJ Java system, be well laid out and commented.
    • Extra marks may be awarded for additional functionality and expandability if all the basic requirements are met.
    Last edited by silverspoon34; November 6th, 2009 at 11:51 AM.


  2. #2
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Programming advice

    Perhaps you should tell us what it is you've done, and what it is you wanted help with?

Similar Threads

  1. i need some advice ....
    By mdstrauss in forum Java Theory & Questions
    Replies: 8
    Last Post: July 24th, 2009, 02:29 PM
  2. Program to take name as input and write it backwards
    By snake101 in forum Java Theory & Questions
    Replies: 7
    Last Post: June 10th, 2009, 04:35 AM
  3. How to change html data into excel in java?
    By rgupta31 in forum File I/O & Other I/O Streams
    Replies: 14
    Last Post: May 29th, 2009, 10:43 AM