Coding challenge: Write a program that calculates the average value in a 3x3 window around a given pixel location. Usage; avg [image.ppm] [r] [c] I suggest starting with the brighten.c program and modifying it.