Computer Science, asked by Rugveda8Karthik, 10 months ago

What is the function of GOTO Statement in QBASIC ?​

Answers

Answered by piyushogi
4

Answer:

The GOTO statement. The GOTO statement branches to a specific line number or to the first statement after a specified label. In the example below the GOTO statement braches to the instruction after the "label1" label until the value of variable "x" is equal to 5.

plzz mark as brainliest

Similar questions