Assembly language: program completely into one that prompts the user for the length and width of a rectangle, and displays the perimeter of that rectangle, which is: 2 * (length + width). Create your own sensible pop-up window titles.
An example execution of your program could result in the following three I/O windows:
Please enter the length of your rectangle: 20
Please enter the width of your rectangle: 13
The perimeter of your rectangle is 66
look at CH4 to do this programming
book: Introduction to 80x86 Assembly Language and Computer Architecture (3rd Edition), by Richard C. Detmer, Jones and Bartlett Publishers, 2015. ISBN: 978-1-284-03612-1.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here