Computer Science, asked by manthanwarthe2816, 5 months ago

Val =500,val =2600 into val, sum, n=550,sum =val>1750,400:200,

Answers

Answered by shivaramcvm
1

Answer:

Hi,

a)val=500

Execution:

sum=(500+550)>1750?400:200

sum=1050>1750?400:200;

Output:

200

b)val=1500

Execution:

sum=(1500+550)>1750?400:200

sum=2050>1750?400:200;

Output:

400

#hope it helps.

please Mark as brainleist

Similar questions