Gwin.clear();
marks marks[NUMSTUDENTS];
Gwin.setPenColour(BLACK);
char ave[80];
sprintf(ave, "Average is %d %f", listing[n].Score.WhoMarked/11, Marks);
Gwin.writeText(10, y, ave);
Gwin.writeInt(0,0,"Marker marked giving an average of ");
Gwin.writeInt(10,0,"Marker marked...