Question: Write a program that reads in a 3-digit integer and displays the different digits as a table as shown below. Sample output: Enter 3-digit number:
Write a program that reads in a 3-digit integer and displays the different digits as a table as shown below.
Sample output: Enter 3-digit number: 375
Digit-1 Digit-2 Digit-3
3 7 5
C++ Program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
