What are the two logical operators in Small Basic?
Answers
Answered by
0
Answer:
Logical operators again operate on Boolean data types, providing a Boolean result (true/false). There are two operators available to use in Small Basic. The AND operator checks to see if two different data types are both TRUE.
Explanation:
Similar questions