What is the 'OR' operator?

Asked by kemiadewale · 6 months ago

1 Answer

49
amorebise · 6 months ago Top Answer

With 'OR', only one of the conditions needs to be True. 'If it's Saturday OR it's a public holiday, I can sleep late.'

It gives your program options. It's like saying, 'I will take a bus or a taxi to get to Yaba.' As long as one works, you reach your destination.

Log in to add a comment.