[E-3]Write a main() program that prints the integers 15 down to 0 one per line. The output of the program is:
[E-3]
main()
15 14 13 . . . 2 1 0
Edit the previous program to create this one.