Design a class named MagazineSubscription that has fields for a subscriber's name, the magazine name, and number of months remaining in the subscription. Include methods to set and get the values for each data field. Create the class diagram and write the pseudocode that defines the class. Design an application that declares two MagazineSubscription objects and sets and displays their values. Design an application that declares an array of six MagazineSubscriptions. Prompt the user for data for each object and then display all the values. Then subtract 1 from each "months remaining' field and display the objects again. I don't understand how to do the last part of this question. I need this answered in psueodocode