Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Define an enum type, birdType, with the values PEACOCK, SPARROW, CANARY, PARROT, PENGUIN, OSTRICH, EAGLE, CARDINAL, and HUMMINGBIRD. Write a C++ function that can be
Define an enum type, birdType, with the values PEACOCK, SPARROW,
CANARY, PARROT, PENGUIN, OSTRICH, EAGLE, CARDINAL, and
HUMMINGBIRD.
Write a C++ function that can be used to input value in a variable of type birdType.
Write a C++ function that can be used to ouput the value of a variable of type birdType.
Write a main program and use the functions to display an output shown below:
Enter name of the bird (PEACOCK, SPARROW, CANARY, PARROT, PENGUIN, OSTRICH, EAGLE, CARDINAL, HUMMINGBIRD) OSTRICH The bird is Ostrich ould you like to try again (y) Y Enter name of the bird ( PEACOCK, CANARY PARROT, OSTRICH, EAGLE, CARDINAL, HUMMINGBIRD ): SPARROW, CANARY, PENGUIN, The bird is Canary ould you like to try again (y)Y Enter name of the bird PEACOCK, SPARROW, CANARY, PARROT,PENGUIN,OSTRICH, EAGLE, CARDINAL, HUMMINGBIRD): Eagle ou entered invalid bird name... Press any key to continue
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