Question #162451

write an algorithm to illustrate 10 to x if x<y otherwise 5 is assigned to x.


Expert's answer

if (x < y)
  x = 10
else
  x = 5

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS