Computer Science, asked by bhavyagarg1022, 8 months ago

List three names of blocks in operetors block which compare two values

Answers

Answered by simmujosan
0

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.

Similar questions