Question: 11. (20 Pts) Write a MARIE program and test your program using the MARIE simulator. Once done, just check it off. If you can't get

11. (20 Pts) Write a MARIE program and test your program using the MARIE simulator. Once done, just check it off. If you can't get it to work, tell me it does not work and email in what you have for partial credit by midnight, T'he program specifications are: .Input an integer from the keyboard. L.et's just assume that the user will enter a positive number that is between 1 and 100. Input another integer from the keyboard. Let's just assume that the user will enter a positive number that is between 1 and 100. If the first number is less than the second number, output the product of the two numbers to the display window of the simulator. If the first number is equal to the second number, output the sum of the two numbers to the display window of the simulator If the first number is more than the second number, output the result of the first number subtracting the second number to the display window of the simulator
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
