Question: Write an assembly program threeTimes .asm that: 1. Prompts the user to enter 3 integers 2. Displays the 3 integers 3. Prints the sum of

Write an

assembly program

threeTimes

.asm

that:

1.

Prompts the user to enter

3 integers

2.

Displays the 3 integers

3.

Prints the

sum of these three multiplied by the number 3

4.

Use the starter code

file,

threeTimes

.asm

, and make

the necessary modifications

for this

project. Remember, to place YOUR name at the top

of the code

.

An example dialog follows:

This is Dianne Foreback presenting threeTimes

.

Please enter an integer: 5

Please enter an integer:

-

3

Please enter an integer: 12

The sum of your numbers multiplied by 3 is:

4

2

Aside: Notice

42 = (5 + (

-

3) + 12)

* 3

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 Databases Questions!