Design a class named magazinesubscription that has fields


Question: Design a class named MagazineSubscription that has fields for a subscriber's name, the magazine name, and number of months remaining in the subscription.

Add methods to set and get the values for each data field. Create the class diagram and write the pseudo-code 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 do not understand how to do the last section of this problem. I need this answer in pseudo-code please.

 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Design a class named magazinesubscription that has fields
Reference No:- TGS0955516

Expected delivery within 24 Hours