Computer Science, asked by choudharysukhram92, 2 days ago

20>=15 will return false.true or false.​

Answers

Answered by Ranagehloch
0

Answer:

It will return True or boolean value 1, because the condition is to verify if 20 is greater than or equal to 15, since 20 is greater than 15 the output is true.

Similar questions