Question: C++ programming Write a program that prompts the user for a four digit integer and prints out the individual digits that make up the number.You
C++ programming
Write a program that prompts the user for a four digit integer and prints out the individual digits that make up the number.You do NOT need to worry about bad input assume the user always enters a four digit number. (If you already know about strings/chars, you may not use them you must read in the input as an integer.)
Sample Run 1
Enter a number: 8237 7 one(s) 3 ten(s) 2 hundred(s) 8 thousand(s)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
