130k views
0 votes
What are QBASIC Operators ?​

User Miluz
by
3.0k points

2 Answers

6 votes

Answer:

QBASIC STANDS FOR QUICK Beginners' All-purpose Symbolic Instruction Code.Operators are the symbols, which refers to a specific operation. In the program operators are used to perform arithmetic and logical operations.

User Rainy Sidewalks
by
3.9k points
7 votes

Answer: There are four types of operators in QBASIC. They are Arithmetic Operators, Relational Operators, Logical Operators and Sting Operator. a. Arithmetic Operators. Arithmetic Operators are used to perform mathematical calculations like addition, subtraction, division, multiplication and exponential.

User Yafit
by
3.5k points