Question: Sample dialog with the program Welcome to an friendly assembly program by Jenny Long. This program will compute the perimeter and the average side length

Sample dialog with the program
Welcome to an friendly assembly program by Jenny Long.
This program will compute the perimeter and the average side length of a rectangle.
Enter the height: 3.75
Enter the width: 7.2
The perimeter is 21.9
The length of the average side is 5.475
I hope you enjoyed your rectangle
The assembly program will send the perimeter to the main function.
The main function received this number 21.9 and has decided to keep it.
A 0 will be returned to the operating system.
Have a nice day.
Legend: The text bold&underline text is produced by the function perimeter. The non-bold&underline text is produced by the function rectangle, which is sometimes called main.
Other requirements
The calling structure diagram must be preserved.
The program must output numerically correct answers.
The program must make a dialog similar to the sample in this specification document.
The program must run to completion without crashing.
The two source files must carry the proper correct open source license.
The two source files must carry the professional identification in areas of author, program, and module.
The file perimeter must be block structured.
Blocks must be properly identified.
There must be no evidence of any file having been copied from a previous program. If comments made by the the professor or any other third party are found in the source files then the entire program is invalidated.
Basic requirements Make a program satisfying the structure given in the diagram that follows. The main purpose of the program is given the width and height of the rectangle compute the total perimeter and the average length of side. The educational purposes of this first program are these: == Input and output float numbers. == How to organize source code into blocks. == Assemble and link == Script file == Arithmetic of float numbers Calling structure rectangle.cpp run.sh Bash perimeter.asm X86 language Basic requirements Make a program satisfying the structure given in the diagram that follows. The main purpose of the program is given the width and height of the rectangle compute the total perimeter and the average length of side. The educational purposes of this first program are these: == Input and output float numbers. == How to organize source code into blocks. == Assemble and link == Script file == Arithmetic of float numbers Calling structure rectangle.cpp run.sh Bash perimeter.asm X86 language
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
