Add a parameterized constructor that initializes these loans


a) A class that represents a person who belongs to a SACCO has two data members to store values of the two loans the person owes the SACCO.

i) Write the class

ii) Add a parameterized constructor that initializes these loans using the two values passed as arguments.

iii) Add a member function that reduces the amount of the first loan by the value of the single argument passed to it.

iv) Add a member function that returns the sum of money that the member this object refers to owes the SACCO.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Add a parameterized constructor that initializes these loans
Reference No:- TGS0118179

Expected delivery within 24 Hours