$29
Submit your program in ".asm" file.Snapshots of program are not allowed.
Description: Write a program that clears the screen, locates
the cursor near the middle of the screen, prompts the user for
two integers, adds the integers, and displays their sum. We make it repeat three times, using a loop. Clear
the screen after each loop iteration.
Hint: using the procedure "Gotoxy" to control the cursor.