Closed Tmoney2020 closed 4 years ago
Very nicely done!
I love this line of code: https://github.com/Tmoney2020/cs-jurassicPark/blob/master/Program.cs#L145 -- Because you have capitalized Amber
I read it like a person. As if there was a person down in the procurement department and her name is Amber
. 😉
Your homework 02-03 Jurassic Park - was marked: Meets Expectations
“Ring that bell!” — via Mark Dewey
In this assignment, you will be creating a console application that manages a zoo full of dinosaurs.
Objectives
Requirements
Explorer Mode
[x] Create a class to represent your dinosaurs. The class should have the following properties
Name
DietType
- This will be "carnivore" or "herbivore"WhenAcquired
- This will default to the current time when the dinosaur is createdWeight
- How heavy the dinosaur is in pounds.EnclosureNumber
- the number of the pen the dinosaur is currently in[x] Add a method
Description
to your class to print out a description of the dinosaur to include all of its properties. Create an output format of your choosing.[x] Your dinosaurs will be stored in a
List<Dinosaur>
.[x] When the console application runs, it should let the user choose one of the following actions:
View
WhenAcquired
Add
Remove
Transfer
EnclosureNumber
and update that dino's information.Summary
Quit
Adventure Mode
Epic Mode