#STUDENT RESPONSE ANI3-C
Jerry,
The program written for exercise 3 is:
// ———— program begins here —————
main()
{
//int count=1;
//int total=25;
int mx,my,ml,mr,mk;
//Qnumber(&total,1,50,"Enter the loop count:")
WaitClick(&mx,&my,&ml,&mr,&mk);
//for (count;count<=total;count=count+1) {
// printf("We're at number: %d.",count);
// Qtext("Wait.");
//}
printf("x:%d,y:%d,l:%d,r:%d,k:%d,mx,my,ml,mr,mk);
Qtext("Wait,");
}
//————-program ends here——————-
I get an error message "program cannot span lines at line 16". Help, please.
Jack