Computer Science, asked by BBS12121, 8 hours ago

1)The expression (1>1) ? 1 : 0 evaluates to
2)The statement ((2==5) && (10<15)) evaluates to:
GIVE CORRECT ANSWER

Answers

Answered by Aravinthan31
0

Answer:

1) gives 0 1>1 is false

2)also false

Explanation:

2) in and one is false everything is false 2==5 false is false So the whole statement is false

Similar questions