Problem
Using the windows32 or windows64 framework, complete 80x86 assembly language program that prompts for and inputs four grades Grade1, Grade2, Grade3, Grade4 and Grade5. Suppose that the last grade is a final grade that counts twice as much as the other five. Calculate the total (adding the last grade twice) and the average (total/7). Display the total and average on two lines of a message box, each line with an appropriate label.