Computer Science, asked by ibhadecember15, 4 months ago

What result will be produced by the expression Age>60? 100:0 if age is 60, age is 80

Answers

Answered by kamalrajatjoshi94
1

Answer:

If age is 60 then the answer is 0 as the condition is false and the execution is in else statement which is 0.

If age is 80 then the answer is 100 as the condition is true.

Similar questions