Implement the following logic in assembly:
; Make a,b,c Random Numbers if ((a > b) && (b > c)) printf("a is greater than b, b is greater than c\n"; else if ((a < b) && (b < c)) printf("a is less than b, b is less than c\n"); else if ((a == 0) || (b == 0)) print("Either a or b is zero\n"); else printf("Either a equals b or b equals c. None are zero.\n");
Oops! You must be logged in as a PRO MEMBER to see the code for this post. If you're a returning member, please click the LOGIN tab above to log in. If you're not a member yet, head over the Home page and scroll down to SIGN UP 🙂