1. Rewrite tempconv.c, from an earlier chapter, and move the temperature calculation
to a function.
2. Write a program that writes your name on the monitor 10 times by calling a function
to do the writing. Move the called function ahead of the "main" function to see if your compiler
will allow it.