Computer Science, asked by gobindadutta, 9 months ago

Can anyone help me find the bug in this QBasic program? How do I debug it? Please help me!​

Attachments:

Answers

Answered by dustuavijit
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