Computer Science, asked by saismitalala4586, 8 months ago

Output of Int a=18,b=12
Boolean t=(a>20&&b<15)?True:false

Answers

Answered by pratyushnishchal
0

Answer:

The output will be True because a>20 and b<15

thank you

Similar questions