Scenario: your cousin owns a parts store and
wants you to write a program to help them
manage the parts inventory. First, you must
create a Parts class to define the inventory for
other programs to access the data. You must
write two different programs, the Parts Class
program and the demo program. The Parts class
should include the following fields: Part Number,
Description, Quantity, Cost, and Retail Price.