Can anyone help me find the bug in this QBasic program? How do I debug it? Please help me!
Attachments:
Answers
Answered by
1
Answer:
each time you write END , actually you have to write END IF.
for debugging :
run the program by typing Alt+R
type R for restart.
press f8 for executing each line.
whenever you want to see output, you can press f4.
Similar questions