Help with MARIE code

Status
Not open for further replies.

Thread Starter

Salem Alawi

Joined Apr 26, 2017
5
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 :(
 

WBahn

Joined Mar 31, 2012
29,510
You need to show YOUR best effort to solve your homework problem. Then we can give you hints and suggestions to help you move forward.
 
Status
Not open for further replies.
Top