To prove that I'm a dinosaur. The other language I know is C.
My favourite question is. What are the 5 ways to iterate in C.
Answers in the comments. I expect lots of you to get this one.
Posted by chrismatts at May 18, 2004 6:49 PMIt can be done by using any one of the following 5 constructs:
1. For
2. While
3. Do while
4. Repeat Until
5. Goto