Computer Science, asked by bhoomi88022, 2 months ago

To break the loop in QBASIC, we press ___________

Answers

Answered by shabudicaprio
0

Answer:

hahsjsjsj

Explanation:

kskmzmznsnsna koooma

Answered by sruti1212
0

Answer:

PRINT "Press a key within 4 seconds to win!"

' Wait 4 seconds or until a key is pressed.

SLEEP 4

' Collect the key pressed, if any.

keyed$ = INKEY$

IF keyed$ <> "" THEN

PRINT "You WON by typing: "; keyed$

ELSE

PRINT "You LOST!"

END IF

Similar questions