Page 1 of 1

Simple Integer calculator using the MARIE computer. ***Clear and descriptive comments on code*** Using the INPUT instruc

Posted: Sun Jul 03, 2022 12:01 pm
by answerhappygod
Simple Integer calculator using the MARIEcomputer.
***Clear and descriptive comments oncode***
Using the INPUT instruction wait for the user to enter adecimal number.
Using the INPUT instruction wait for the user to enter asecond decimal number.
Using the INPUT instruction wait for the user to enterthe operator as the character +, - or *.
Store the result in a variable in memory.
Display the result via the OUTPUTinstruction.