PI.c is a program that reads in an integer n between 0 and 100 and then reads in n values from the standard input. These values are printed in a table and the cosine of each value is calculated using the cosine function in math.h and also printed.