Create this simple program in every language
- range:
- mark every:
- 1
- 2
- 3
- 4
- ..
- 1
- 2
- 3 <-
- 4
- ..
This teaches you
- To use Input/Output
- To use Variables
- To use a Loop
- To print a integer by converting it to a string
- To get a general understanding of the syntax of the language