1.

Identify the errors IF A= RS 9THEN GOTO START​

Answer»

VARIABLE can store only integer. ...

STRING that is to be printed should ALWAYS be within " ". ...

Variable can store only integer and String that is to be printed should always be within " ", we cannot print A$ as string variable is not assigned any VALUE. ...

OTHERWISE statement cannot be used in qbasic.

here is your answer



Discussion

No Comment Found