Question: Write a complete C++ program to do the following : 1) Read a (4-Digits) integer value . 2) Print each digit in a single
Write a complete C++ program to do the following : 1) Read a (4-Digits) integer value . 2) Print each digit in a single line. Example : Enter value 5472 Output: 5472
Step by Step Solution
There are 3 Steps involved in it
Answer Heres a complete C program to achieve the specified task include usi... View full answer
Get step-by-step solutions from verified subject matter experts
