Coding RequirementsYou coded a program using the formula below to compute what the money will be worth at the end of the term. A sample output solution is given below. Compound interest arises when interest is added to the principle, so that from that moment on, the interest that has been added also itself earns interest. This addition of interest to the principal is called compounding. A bank account, for example, may have its interest ...
Object-Oriented Design with JavaQ1 A web developer, John, wants to develop a Member Club Website (MCW) for his company. There are two kinds of members, normal member (Member) and gold member (GoldMemeber). Finally, he designs the following class diagrams to implement MCW: Requirements: • This Member should have three attributes: id, name and discount.• Attribute id: Member ID number.• Attribute name: Member's name.• Attribu...
Learning OutcomesThe learning outcomes that are assessed by this coursework are: 1. Be able to select appropriate API facilities in the design, implementation and testing of OO applications and applets. Your Task You must create a general design for a class. Design, implement, test and document this class. You will need to make some assumptions and design decisions about the class. Ensure the class documentation makes the purpose and constrai...