Write a program in Assembly x86 to ask the user to input 5 temperatures (one at a time) between 0 and 100. Invalid entries such as temperatures below 0 and above 100 must be rejected. Calculate and display the average temperature. Find and display the lowest temperature. Find and display the highest temperature. Count and display the number of times the temperature was above 50 degrees.



Answer :

Other Questions