Computer Science, asked by haryanvilegend, 9 months ago

Write logical expression for the following:(a) Either A is greater than B or A is less than C.

Answers

Answered by sushmaa1912
30

The Logical expression for either A is greater than B or A is less than C

Explanation:

  • In logical expressions, A is greater than B can be written as A > B
  • A is less than C can be written as A < C
  • The operator for OR is ||
  • Hence, the logical expression for A is greater than B or A is less than C is, A > B || A < C
Similar questions