hey guys, im new to programming and I really need help with this hw.
Question - Write an application that takes a whole number consisting of 5 digits (declared as a variable) and displays the digits separated from one another by three spaces each. For example, the the user types in the number 12345, the application should display: 1 2 3 4 5.
Thanks a bunch.