Possible Duplicate:
Display numbers from 1 to 100 without loops or conditions
Interview question:
Print 1 to 10 without any loop in java.
Interview question: Print 1 to 10 without any loop in java. |
|||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Simple way:
Complex way: use recursion
|
|||||||||||||||||||||
|
|
If you like your programs obtuse, no loops, condition statements or main method.
This uses a loop but may be an interesting answer
You can restructure this to not use a loop. |
||||
|
|