software-order.html algorithm: prompt for number of copies get number of copies submit copies to software-order.php END software-order.php algorithm: Receive copies from software-order.html copyAmount = cpies * 35.00 tax = cpies * 0,07 shipping = copies * 1.25 total = copyAmount + tax shipping Display Operating system, number of cpies ordered tax, shipping, and total END