InterviewSolution
Saved Bookmarks
| 1. |
What do you understand by logical operators in scratch |
|
Answer» Using two SIMPLE statements within a logical connective, we have a Complex Conditional Statement that evaluates if one or more conditions is met. ... In Scratch there are THREE logical OPERATORS, 'and', 'or', and 'not' ( see Figure 3 ), that are the PRIMARY foundation for logical connectives in conditional statements. |
|