Question: In the data segment of your code create two WORD variables named num1 and num2. Create two DWORD variables named num3 and num4. Fill the
In the data segment of your code create two WORD variables named num1 and num2. Create two DWORD variables named num3 and num4. Fill the variables with numbers taken from the keyboard. Once you have the variables filled, output the sum all of the numbers and then print the four numbers in reverse order. In other words num4, num3, num2, num1. Your program should look something like this
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
