Problem
Design a class named Laptop that holds the make, model, memory and hard drive size. Include methods to set the values for each data field and display the values for each data field. Create the class diagram and write the pseudocode that defines the class and application declare two Laptop objects and sets and displays their values.