What are the relational
operators of qBasic?
Answers
Answered by
1
Answer:
Relational operators are operator which are used to compare two values. The result of comparison is either true (nonzero) or false (zero). This result can then be used to make a decision regarding on system flow.
Hope it helps you ✌️✌️✌️.
Answered by
0
Explanation:
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.
Similar questions