Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Anonymous
Anonymous asked in Computers & InternetProgramming & Design · 1 decade ago

Java Programming?

Hobbiton Town is a fictitious town populated by a race called hobbits.

You are to develop a program to allow users to keep track on the hobbits in HobbitsTown.

A HobbitRec contains the below information:

-HobbitID : 10 characters

-Name : 30 characters

-Date of Birth : date format in nested date structure type

dd/mm/yyyy

-Height : Float type

-Weight : Float type

Your program should be able to store up to 100 HobbitRec records in an array called HobbitsArray.

Your program should at least perform the below operations:

-Add new hobbit records in HobbitsArray

-Display all hobbits' records

-Find and display a particular hobbit given the name or HobbitID

Requirement:

Your program should apply the concepts of class, array of objects and constructor.

3 Answers

Relevance
  • Anonymous
    1 decade ago
    Favorite Answer

    have u started programming? if not try to do it for ur self, but still if u have errors post ur code here, then can try to debug it for u..but cant simply write a full program just like that. sorry!

  • 1 decade ago

    should be fairly easy for you to accomplish this, just follow the pseudocode logic when writing you code, good luck

  • 1 decade ago

    We don't do assignments or projects here. Show us some of your efforts trying this.

Still have questions? Get your answers by asking now.