Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. Draft a program that adds two BCD numbers (9-digits each). The first BCD numb

ID: 3554181 • Letter: 1

Question

1.     Draft a program that adds two BCD numbers (9-digits each). The first BCD number is stored in an array named myAuburnID, and the second in an array named All1s. The first number is your actual Auburn ID number; the second is 111111111h. Your program should do the following:

1)      Display contents of the memory before program execution,

2)      Add myAuburnID and All1s.

3)      Store the sum in a variable named Result, and;

4)      Display contents of memory post execution.



Please Help me Thank you!!

Explanation / Answer