List three names of blocks in operator block which compare the two values
Answers
Explanation:
Operators block :
'Operators blocks' is one among the 10 types of 'Scratch blocks'. They are light-green, color-coded, and are used for scripting math and string handling. There are currently '7 Boolean blocks' and '11 Reporter blocks'.
The () < () block checks if the value of the first part is below the other value. If it is below, the block returns true otherwise it returns false.
The () = () block examines if the value of the first part is equal to the other value. If the values are the same, the block returns true otherwise false. This block is not case-sensitive.
The () > () block verifies if the value of the first part is greater than the other value. If it is greater, the block returns true otherwise it returns false.
Please mark as brainliest
Answer:
Which of the following operations does not have a block in the operators category