Hello, I'm sorry that i'm writing this in the wrong place as i couldn't figure out how to post a new question,
But i'm trying to solve this question but i couldn't
Write MARIE code to perform the following program excerpt.
If (x < y + z)
{
x = x – y;
z=z+1;
}
else y=y-1;
Any help appreciated
But i'm trying to solve this question but i couldn't
Write MARIE code to perform the following program excerpt.
If (x < y + z)
{
x = x – y;
z=z+1;
}
else y=y-1;
Any help appreciated