Instructions: In retail sales, management needs to know the average inventory figure and turnover of merchandise. Create a project that allows the user to enter the beginning inventory, the ending inventory, and the cost of goods sold.Form: Include labeled text boxes for the beginning inventory, the ending inventory, and the cost of goods sold. After calculating the answers, display the average inventory and the turnover formatted in labels.Include command buttons for calculate,clean Print Form, and Exit.The formulas for the calculations are:Average Inventory=Beginning Inventory+Ending Inventory/2Turnover=Cost of goods sold/Average InventoryNote: The average inventory is expressed in dollars; the turnover is the number of times the inventory turns over.
Tags: