Computer Science, asked by shreyavishwakarma399, 9 months ago

7. Find the value of K after execution of the following statement :
K = 100 + 200 > 300 ? 50: 100;


Answers

Answered by sam3315
2

Answer:

100

Explanation:

as 100+200=300

300 is not > than 300, hence the false value gets printed which is 100

Similar questions