need a program

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • djg
    New Member
    • Mar 2007
    • 1

    need a program

    today is the last day that i must submit this assinment and please help to meke this programe now. help me.

    Part A
    Each super class vehicle contains plate number, brand name, price and speed. You are supposed to create another subclass type Taxi of vehicle types. You are supposed to include at least another two members for it.


    Part B

    Develop a Java program that makes use of array to store the Taxi information. This program must have features with the following specifications:

    i. The program can display the average taxi price.
    ii. The program can store new taxis inside the array.
    iii. The program can search for particular taxi information.
    iv. Any two features other than those stated in part A and B.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by djg
    today is the last day that i must submit this assinment and please help to meke this programe now. help me.

    Part A
    Each super class vehicle contains plate number, brand name, price and speed. You are supposed to create another subclass type Taxi of vehicle types. You are supposed to include at least another two members for it.


    Part B

    Develop a Java program that makes use of array to store the Taxi information. This program must have features with the following specifications:

    i. The program can display the average taxi price.
    ii. The program can store new taxis inside the array.
    iii. The program can search for particular taxi information.
    iv. Any two features other than those stated in part A and B.
    Read the guidelines .

    Comment

    Working...