(In particular, we will test the BankAccount class that we have just written)
mkdir ~/cs170/test-BA
You need to navigate to the directory cs170/test-BA and save the file in that directory.
Click Open in BlueJ
![]() |
ls ~/cs170/test-BA >> BankAccount.java bluej.pkg |
The bluej.pkg contain information used by BlueJ
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
harrysChecking.deposit(100);
harrysChecking.deposit(100);inside BlueJ , we do:
![]() |
![]() |
momsSaving.deposit(300);
inside BlueJ , we do: