Hi all,
I need to make a Program that once the user clicks run, the Program prints out 1 to 10 with a second gap in between so it actually prints out in real time:
The output would just be:
1
2
3
4
5
6
7
8
9
10
But would print 1, then wait a second then print 2, then wait a second then print 3, etc. etc. until 10. Then the Program would just finish as normal.
How easy is would this be ? Im not asking for code but if someone could point me in the right direction as to what classes or methods i need to be using, and any advice you feel necessary, then that would be fantastic. Bearing in mind i am a beginner.
P.S. If i havn't made the requirements entirely clear then please don't hesitate to ask a question.