Computer Science, asked by simranraturi717, 6 hours ago

write single qbasic statements to accept your store your city name in a variable​.

Answers

Answered by vanshikamanki150709
0

Answer:

To begin, write down everything from the program below ("PRINT "Hello World") into a text editor or into the QBasic IDE (Integrated Development Interface) itself and save it as "1HELLO. BAS". Next open the file in QBasic (unless you used QBasic IDE in which case it is already open) and press F5.

A statement (for the QBASIC) is a set of instructions written by using keywords or commands of QBASIC. Every programming language uses keywords as a statement with certain syntax. The keywords have specific meaning in the QBASIC programming.

QBasic 1.1 is included with MS-DOS 6. x, and, without EDIT , in Windows 95, Windows 98 and Windows Me. Starting with Windows 2000, Microsoft no longer includes QBasic with their operating systems, but still makes it available for use on newer versions of Windows.

Explanation:

Similar questions