I'm just wondering a simple question. Let's say you have number 4354654756, how would you iterate through each digit, temporarily storing that digit to another variable for analysis, and then printing the current digit to a line, then a new line, and so on. so it would be like 4 new line 3 new line 5 etc.