Get expert insights and reliable answers to your questions on IDNLearn.com. Explore a wide array of topics and find reliable answers from our experienced community members.

write a program to calculate and output 1) order subtotal amount, 2) total sales tax amount, and 3) order total amount. ask the user to provide following information: a. price and quantities for 3 items. 3 items must be different. b. sales tax in % (e.g. 8.8% should be entered as 0.088) the total sales tax amount and order total amount should be rounded to 2 decimal places.