Question: Write a program that asks the user to enter what kind of pet they own. If the user enters cat, dog, or fish, output to
Write a program that asks the user to enter what kind of pet they own. If the user enters cat, dog, or fish, output to the screen A <> is good common pet. If the user enters anything else, print the line Wow, a <>, what a unique animal! where the value in <> is the name of the pet they entered. Use as few lines as possible.
The language is C#
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
