Hey, I need assistance in creating a IPO Chart for a homework assigment.
Problem
Write a program that prompts the user to input a four-digit number positve integer.
The program then outputs the digits of the number, one digit per line.
For example, if the input is 3245.
3
2
4
5
This is what I have so far
Input- Fourdigitnumber
Output- Number1, Number2, Number3, Number 4
I am lost after that :(
I need some assistance
Thank you