Write a program that creates an Inventory class. This program will read a space
Write a program that creates an Inventory class. This program will read a space delimited file called “inventory.dat”. The order of the fields is: invNum, descript, quantonHand, reorderPt, wholesaleCost, retailPrice .
