Hi All,
i need help with the following:
i need to write a simple program that asks the user to input a number (minimum of 3 digits), which i seperate into individual digits and print the 1st digit 1 time, 2nd digit 2 times, 3rd digit 3 times and so forth...
I cannot get the last bit working, what bit of code can i use for the repetition part?
many thanks
i need help with the following:
i need to write a simple program that asks the user to input a number (minimum of 3 digits), which i seperate into individual digits and print the 1st digit 1 time, 2nd digit 2 times, 3rd digit 3 times and so forth...
I cannot get the last bit working, what bit of code can i use for the repetition part?
many thanks
Comment