Computer Science, asked by gurvirjhajj7200, 9 months ago

which statement waits for the user's response ​

Answers

Answered by Anonymous
23

when you write any command with Input function then it waits for user response

Answered by TanikaWaddle
3

IF statement waits for the user's response ​ or  INPUT statement in QBASIC

Explanation:

A statement is a computer instruction written in a source language, such as QBASIC, which is converted into one or more machine code instructions by a compiler.

The INPUT statement in QBASIC is used to accept the data item from the user.

when form is loaded myMethod() is called and then it executes some statements. at some point when it gets to if statement it should stop and wait for user to press some button and then it will continue executing according to what user did.

#Learn more :

The signal which shows that a computer is waiting for a command from the user is

https://brainly.in/question/11842985

Similar questions