#include #include int sum(int * ,int ); // <-function protoype // parameters go inbetween () information to help the program run. float average(int,int);// float-return type // int main() { int highest(int *,int); int lowest(int *,int); int num=4; int scores[num]; int i,total=0; int high,low; float avg; for(i=0;i