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.