Page 108 - 2611_SmartGPT Pro V(5.0) C-4
P. 108

Operator                Meaning                               Examples






                                                                    when     clicked

                            > 50          Greater than               if    100  > 50    then
                                                                      say 100 is greater than 50







                                                                    when     clicked
                             >  50        Less than                  if    50  < 100    then

                                                                      say 50 is less than 100







                                                                    when     clicked
                            = 50          Equals to                  if    50  = 50     then

                                                                      say Both the numbers are equal






                  LOGICAL OPERATORS
                  Logical operators are used to combine two or more conditions. Logical operators are

                  used when we want to test more than one condition and make a decision. It produces the
                  results by considering if the conditions entered are true or false. In Scratch, there are three

                  logical operators: ‘and’, ‘or’ and ‘not’.




                        Operator                Meaning                                  Examples




                                          Logical and
                                                                       when    clicked
                           and            The result is true if         if    100  > 50  and    100  > 60   then
                                          both the conditions            say 100 is greater than 50 and 60
                                          are true.







                  106   Computer Science (V5.0)-IV
   103   104   105   106   107   108   109   110   111   112   113