Computer Science, asked by Vintu, 1 year ago

what are the types of operators in QB64

Answers

Answered by ankitsharma26
10
There are four types of operators in QBASIC. They are Arithmetic Operators,Relational Operators, Logical Operators and Sting Operator. Arithmetic Operators are used to perform mathematical calculations like addition,subtraction, division, multiplication and exponential.
Answered by aamir58
2

Answer:

QBASIC can handle arithmetic expression involving the five arithmetic operators + (addition), - (subtraction), * (multiplication, / (division) and ^ (exponentiation).

Similar questions