Hello, How can i write this code in MARIE? as i'm teaching myself to code I've been thinking about it for half an hour but i couldn't solve it.
If (x < y + z)
{
x = x – y;
z=z+1;
}
else y=y-1;
Any help appreciated !
If (x < y + z)
{
x = x – y;
z=z+1;
}
else y=y-1;
Any help appreciated !