final project q3
This commit is contained in:
7
finalproject/Question3/Test.java
Normal file
7
finalproject/Question3/Test.java
Normal file
@@ -0,0 +1,7 @@
|
||||
public class Test {
|
||||
public static void main(String[] args) {
|
||||
User.testUser();
|
||||
Lender.testLender();
|
||||
Borrower.testBorrower();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user