Skip to content

JustGinger888/COM405

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COM405

This is my work for Object Oriented Programming module done at university in java

Assessment 01

An electronic system that allows a users to enter the details of a dog, includeing:

  • Name,
  • Owner name,
  • age,
  • gender,
  • breed
  • general notes.

Once the details have been entered the dog will be assigned to an empty enclosure. If there are no empty enclosures, the system should alert the user.

The system will need to store the following information on the enclosures:

  • Enclosure number
  • occupant (dog),
  • number of days it’s booked for
  • price.

Whilst entering the details for the dog, the user should also enter the number of days they wish to book the enclosure for. The system should then calculate the price the owner has to pay. Additionally, the staff should be able to pull up a dog’s information on screen by entering the enclosure number. They should also be able to remove a dog from the system by entering the enclosure number.

Assessment 02

A system that allows their advisors to keep track of current storms as they are made aware of them. They need to log a:

  • storms name,
  • the wind speed
  • the temperature.

The storm is then be added to a list of ‘current storms.’ As this is a prototype/test system, they are also only interested in covering tornados, hurricanes and blizzards for now.

The advisers should be able to enter a storm name that will then bring up information about that storm. This will include:

  • The classification of the storm
  • This which will be calculated based on the current storm data.

It should also give an advisory prompt that is based on the current classification of the storm. Additionally, they need a facility to remove a storm from the list by entering its name.

Finally, storm information can change and therefore, an edit storm feature is required. The user can get a storms information by entering its name – its details should be shown in text fields, allowing the user to change and update the storm data in the system

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages