Написание небольшой программы на C++
Гость4 года в сервисе
Данные заказчика будут вам доступны после подачи заявки
09.10.2022
Write a program that takes as input your name and year of birth and produces an output in the form of Name + "was born in the year of" + Sign of Chinese zodiac. It would require a big switch case statement and analysis of the number of the year of birth.
Example:Input: Victor, 2000Output: Victor was born in the year of Dragon