F
farislinux
Hi,
I am new to Java and Can anybody help me to write the following
application using arrays ?
-------------------------
A pet shop supposed to store information on animals to be sold. Each
animal will contain id, name, type, price and other two members.
This part requires you to write the class, declare the members, write
the constructors, and methods of it.
This part requires to make use of array to store the above
information.
Add more features to the program in Part A with the following
specifications:
i. The program can display all the pets information.
ii. The program can store new pet detail inside the array.
iii. The program can search for pets information based on a given
type, and price.
iv. The program can update the available pet information.
v. One feature other than those stated in part A and B.
Thanks,
Farislinux
I am new to Java and Can anybody help me to write the following
application using arrays ?
-------------------------
A pet shop supposed to store information on animals to be sold. Each
animal will contain id, name, type, price and other two members.
This part requires you to write the class, declare the members, write
the constructors, and methods of it.
This part requires to make use of array to store the above
information.
Add more features to the program in Part A with the following
specifications:
i. The program can display all the pets information.
ii. The program can store new pet detail inside the array.
iii. The program can search for pets information based on a given
type, and price.
iv. The program can update the available pet information.
v. One feature other than those stated in part A and B.
Thanks,
Farislinux