Answer:
In this situation OR operator are used
In this operator if one input is one then the out put will be one or if one condition is true and one is false the result is true.The out put is always one in this truth table except input output both are zero
Truth table of OR
A B C
0 0 0
0 1 1
1 0 1
1 1 1