Question: Write a program C++ that creates a linked list of bunny objects. You must not use the STL List for this task. Each bunny object
Write a program C++ that creates a linked list of bunny objects. You must not use the STL List for this task. Each bunny object must have the following data:
- Sex: Male, Female (random at creation 50/50)
- colour: white, brown, black, spotted
- age : 0-10 (years old)
- Name : randomly chosen from a list of 10 bunny names (choice these yourself)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
