OOP of an account
Completion requirements
Opened: Saturday, 4 May 2019, 12:00 AM
Due: Saturday, 4 May 2019, 12:00 AM
Write a Java console program that implements the following UML - class diagram:

UML - class diagram
Define a class account with the private property balance and the methods getBalance() and transaction().
Create an object and then use the methods!