Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C++ Read a 4 character number. Output the result in the following format, input = 9873 as an odd output number with 3 333 7
C++
Read a 4 character number.
Output the result in the following format, input = 9873 as an odd output number with
3 333 7 7777777
8 88888888
9 999999999
If even and one of the numbers is not a digit, then put a NAN mark input = 98a4 having the following format.
4 ****
a NAN
8 ********
9 *********
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