Question: Write and test a MASM program that performs the following tasks, in order: Display your name and program title on the output screen. Display program

Write and test a MASM program that performs the following tasks, in order:
Display your name and program title on the output screen.
Display program instructions for the user.
Prompt the user to enter two integer values, X and Y, such that X is greater than Y. Save these values in appropriately-named variables.
Calculate the sum, difference, and product of X and Y: (X+Y, X-Y, X*Y). Save each of these results in appropriately-named variables.
Display the results of the above calculations. When displaying the results, restate the inputs in equation form (e.g."5+4=9") rather than using placeholder letters (see the Example Execution below).
Display a closing message.
(see the Example Execution below).
Display a closing message.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!