Write Assembly code to calculate average BMI of N students. Address 10 has the total number of students (N) followed by N weights and heights. Store the computed average BMI at the address 70.There are 2 records. Weight and height of the 1st person is 96 and 05 respectively. Similarly, 5A and 06 are the weight and height of the second person.Assume decimal points are ignored and the average will be a rounded integer value. All divisions are integer divisions as well.
NEED TO WRITE CODE IN ASSEMBLY CODE PLEASE (for example: MOV AL, 10)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here