CompuServe Messages

#STUDENT RESPONSE ANI3-C

    25-Mar-95 21:05:27
Sb: #STUDENT RESPONSE ANI3-C
Fm: Jack S. Winberg 71513,1522
To: NAAUG 73204,3522
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