Computer Science, asked by dillipkumar1973, 5 months ago

int x = 10, y = 12
if ((x>y) Il (y>x))
x = x+5 ;
Predict the value of x after the
execution​

Answers

Answered by CoderRishav
1

Answer:

x = 15

Explanation:

x = 10 and y = 12 (in line one)

in second line the condition is true it means

the value of x is 10+5

x = 15

please vote the answer :)

and please dost make this answer brailist :)

Similar questions