Part04_01: TMC Test Results Error -> InaccessibleObjectException
Opened this issue · 0 comments
AAdewunmi commented
Hi,
Here is my solution to Part04_01:
-
Code
Account account = new Account("Bill Account", 100.0); account.deposit(20); System.out.println(account);
-
Output
Bill Account balance: 120.0
-
For some reason, when I try to run test cases against my solution, I get the following error message:
Please can you look into this issue.
Thanks