The second program is called SalesTax. It will ask the user for the sales tax and the total cost of the items. It will then print out the sales tax as an integer that represents the total sales tax in pennies. For example, if the sales tax is 5% and the total cost of the items is $100, then it should print 500. It is up to you to choose what data types to use, but remember that usually 5% sales tax is represented as the value 0.05.