Computer Science, asked by kumaritimtim, 10 months ago

List three names in blocks in operators block which compare the two values.

Answers

Answered by smartbrainz
8

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.

To know more about operator blocks

Explain all blocks of blocks palette

https://brainly.in/question/8454009

A) the ............ statement helps to create a true blocks of staments B) user input are accepted using .......... line arguments. c)............. operators are known as ternary operators. d) the break statement transfers the control tho the............... statement following the switch statement​

https://brainly.in/question/9941028

Similar questions