if x <= y then
y = y + 1;
else if x! = z
then y = y – 1;
else z = z + 1;
question assigmnent is : Algorithm Development(Decomposition Outline)?
Solution
if x <= y then
y = y + 1;
else if x! = z
then y = y – 1;
else z = z + 1;
question assigmnent is : Algorithm Development(Decomposition Outline)?
Solution