Problem
Write a top-down design and interactive Ada program to read an invoice number, quantity ordered, and unit price (all integers), and compute the total price. The program should write out the invoice number, quantity, unit price, and total price with identifying phrases. Format with indentation, and use appropriate comments and meaningful identifiers. Make sure you give informative prompts for each data value.