Which are used in QBASIC to do some kinds of calculations or comparison?
Answers
Answered by
1
Answer:
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
1
Answer:
Explanation:
- An operator is a symbol which tells the computer to perform certain mathematical and logical calculation.
- Q BASIC can handle arithmetic expression involving the five arithmetic operators + (addition), - (subtraction), * (multiplication, / (division) and ^ (exponentiation).
- Acronym. Definition. Q BASIC. Quick Beginner's All-Purpose Symbolic Instruction Co.d e.
- I hope it will help you
- ~Abhi
Similar questions