Computer Science, asked by emilywilsonia13, 4 months ago

What are the two logical operators in Small Basic?

Answers

Answered by superdarsh16
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