Click Here to Drop Your Doubts
Summary: In this class, Jaywant Sir will be explaining how to do logical functions.
Process: And: =true(Logical 1, Logical 2)
Checks whether all arguments are True, and returns True if all arguments are True.
Or: =or(Logical 1, Logical 2)
Checks whether any of the arguments are True and returns True or False. Returns False only if all the arguments are False.
Not: =not(Logical)
Changes False to True or True to False.
Conclusion: After completion of this class you will be able to do the following logical functions which are as follows: – And, Or, Not.