1. Write a program to accept a radius from the keyboard and print out the circumference. If the radius is less than 0, print 0.

2. Write a program that read a list of strings from a file then print out the list in reverse order.

3. Write a program that will read the PATH environment variable, and print each directory on a separate line.