Create an Item class that contains fields for a stock number, price, and quantity in stock, and functions to set and display each field. Write a program that declares an array of 10 Item objects. Display all the data in report form-that is, aligned correctly in columns. Save the file as ItemClassReport.cpp.