Originally Posted by 280Z28
What programming languages do you know? This is a very simple problem. The trick here is avoiding overhead. If you already know Python, then it could be the shortest path. If you know C but not Python, then the overhead of learning Python for this would probably take longer than just doing it in C.
About the only things you need:
* Basic console IO (or for HTML/JavaScript, IO to a few controls on the page)
* Access to a timer or the system clock
Well, I know a bit of Java and I had worked on C, but it was before 2 years. So, can you just let me know how to start and in what language ?