[E-3]Write a main() program that prints the odd integers 1 to 99, one per line. The output of the program is:
[E-3]
main()
1 3 . . . 97 99
There are several ways to do this. Think a while about the choices, and then pick the best one.