here is the following errors i also get when i build it.
Warning 1 warning C4101: 'a' : unreferenced local variable 32 1 lab 1 test
Warning 2 warning C4101: 's' : unreferenced local variable 32 1 lab 1 test
Warning 3 warning C4101: 'q' : unreferenced local variable 32 1 lab 1 test
Warning 4 warning C4101: 'l' : unreferenced local variable 32 1 lab 1 test
"It's exactly as the compiler says. Look at line 102. What's the difference between q and 'q'? Also think about your other char variables a, s, l, q, What are their values? If you want to use those for whatever reason, what's the point of having a char choice variable?"
what do you mean by that? I am little lost like I said I have been out for a while I hate that i have done that to my self. I also edited the program for the q and its still giving me this.
i went ahead and took out char also.
here is a video of what is happening with the program:
https://www.youtube.com/watch?v=zTLo99EHOsE
Waiting on it to process, but i am stuck with no clue what to do honestly.