Puzzle L2

Print the integers from 1 to 15, one per line

[E-3]Write a main() program that prints the integers 1 to 15 one per line. The output of the program is:

1
2
3
. . .
15

Of course, a sensible way to do this is to edit the previous program.



Answer         Next Page         Previous Page Home