Design a class named CustomerRecord that holds a customer number,name, and address. Include methods to set the values for each data field and output the values for each data field. Create the class diagram and write the pseudocode that defines the class.