Problem:
Question- Write an 80x86 assembly language program (masm) to compute and display the total value of the coins in dollar and cents.
Input: The program reads the number of coins(pennies, nickels, dimes, and quarters from the user.
Output: The program displays dollars and cents for the total as well as the number of coins with THREE lines of message.
You may not use any division instruction. The data section must include four labels each of which is for a character string to prompt for the number of coin type
Show the code, demonstrate it works properly and describe what it is doing.