Computer Science, asked by chinmayi2739, 1 month ago

5. Evaluate the following Logical expression and write the Boolean value.
Assume A=5,B=10,C=20
i) not(A>=5 and CI=20)
ii) A<10 or B==10​

Answers

Answered by kollaajaykumar18
0

Answer:

ii)1

Explanation:

ii). A<10 or B==10

5<10 or 10==10

true. or. true

1. or 1.

OR table

1. 1. 1

0 1. 1

1 0. 1

0. 0. 0

therefore,

1 or 1 =1

ans. 1

Similar questions