Question: please answer in C++ Synopsis: Given 2 input numbers (each on a line), output results based on the following rules: - If the input numbers'

please answer in C++
please answer in C++ Synopsis: Given 2 input numbers (each on a
line), output results based on the following rules: - If the input

Synopsis: Given 2 input numbers (each on a line), output results based on the following rules: - If the input numbers' RANGE (i.e. 5...8) falls between 1 and 9 , then output, in lowercase, it's Word representation (e.g. one, two, three, four, five, six, seven, eight, nine) - If the Range exceeds 9 , and the number is even, then output "even". - If the Range exceeds 9, and the number is odd, then output "odd". - Finally, the assumption is that the 1 st input

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!