What is the use of OR operator in QBASIC?
Answers
Answered by
1
- Basic operator perform mathematical, string and logical operation on value. Operators are expression on which operation are performed
Answered by
5
Answer:
QBASIC, also supports logical or operators to perform logical operation on numerical values. Logical or operators are used to connect two or more relations and return a TRUE or FALSE value to be used in a decision. Hence there are a given set of values and the qbasic or operator decides which of it is true and which is not. This can be used in simple arithmetic programs, strings, variables etc.
Similar questions