Question: Develop a function it takes an integer as argument, and then print the integer vertically. For example, if input is 52345, and then the output
Develop a function it takes an integer as argument, and then print the integer vertically. For example, if input is 52345, and then the output should be: 5
2
3
4
5
If input is -8327, and the output should be:
- 8
3
2
7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
