Answered step by step
Verified Expert Solution
Question
1 Approved Answer
you are a virtual cat Create an object that represents a cat. It should have properties for tiredness, hunger, loneliness, and happiness Next, write methods
you are a virtual cat
- Create an object that represents a cat. It should have properties for tiredness, hunger, loneliness, and happiness
- Next, write methods that increase and decrease those properties. Call them something that actually represents what would increase or decrease these things, like "feed", "sleep", or "pet".
- Last, write a method that prints out the cat's status in each area. (ex. Kai is really hungry, Kai is VERY happy.)
JavaScript
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started