Computer Science, asked by dakshmalik557, 8 months ago

6
Which of the following conditions will never be satisfied?
(a) IF (X<10 ANDX>20) THEN PRINTX
(b) IF (X<10 AND X<20) THEN PRINTX
tet IF (X<10 ORX>20) THEN PRINTX
(d) IF (X<10 ORX<20) THEN PRINTX​

Answers

Answered by nishimehta
1

Answer: Option (a) will never be satisfied.

Explanation: A number cannot be smaller than 10 and greater than 20

Answered by Anonymous
1

Answer:

Hi...

Explanation:

The a option is the condition which will never be satisfied as no number which is less than 10 can be greater than 20..

Hope it helps you

Please mark brainliest

Similar questions