Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a program that prompts the user to enter a year and displays the animal for the year on Chinese Zodiac. Input validation: decide how
Write a program that prompts the user to enter a year and displays the animal for the year on Chinese Zodiac.
Input validation: decide how the program should handle an illegal input for the year entered by the user.
Sample run 1
Enter a four-digit year: 1998
Your Chinese Zodiac animal is a Tiger
Sample run 2
Enter a four-digit year: 999
You must enter a four-digit year.
Please use C++
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