Computer Science, asked by moosa37, 6 months ago

2. if (y + 20 < 50)? 15: 10; (a) y = 10 (b)
y = 100 COMPUTER questions

Answers

Answered by anindyaadhikari13
1

Question:-

Find the output of the following code.

Working Out:-

Given,

y=100

So,

y+20=120

Now,.120<50 is false, So,

result=15

Answer:- 15

Similar questions