I am having trouble with finding the problem with program. It compiles but produces no output. If you have any ideas PLEASE let me know. Here is the C code: /* inputs data from file and calculates high, low, and avg score Written by: Joshua Kenney Date: 3.5.02 */ #include #define MAX_COLS 6 #define MAX_ROWS 6 void getScores(int table[][MAX_COLS]); void ...