Write a ComputerPart class and a ComputerKit class and a client class to test them.
The ComputerPart class has two variables: a String representing an item, and a double representing the price of that item. The ComputerKit class has just one instance variable : an ArrayList of ComputerPart objects representing the list of parts for the computer kit