rage/java-programming

Part04_01: TMC Test Results Error -> InaccessibleObjectException

Opened this issue · 0 comments

Hi,

Here is my solution to Part04_01:

  1. Code
    Account account = new Account("Bill Account", 100.0); account.deposit(20); System.out.println(account);

  2. Output
    Bill Account balance: 120.0

  3. For some reason, when I try to run test cases against my solution, I get the following error message:

Screenshot 2023-04-06 at 13 21 14

Please can you look into this issue.

Thanks