Please avoid plagiarism & show all your work, Consider the BankAccount class, implement a new method called halfBalance() that divides the current balance by half.
For example, in a BankAccount object with balance 100 SAR after the method call the balance becomes 50 SAR (thats all the details provided)