Computer Science, asked by Ashishg1, 1 year ago

in qbasic which resolution used to make symbols on qbasic

Answers

Answered by Amruthraj
1
You have to usuallyuse screen 13
Answered by mmsurajbabu123
0

Answer:

Graphics in QBASIC

The elements required to construct a QBASIC program consists of a set of characters, keywords, constants, variables, operators and expressions. A constant is a value that does not change during execution of a program. A variable is the name of a location in the computer memory where a number or a string is stored. The commonly used QBASIC statements are LET, PRINT, INPUT, CLS, END, GOTO, IF...THEN and REM. The statements used for creating graphics on the screen are SCREEN, LINE, CIRCLE etc.

Explanation:

Similar questions