We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6134c9e commit 269c1d6Copy full SHA for 269c1d6
1 file changed
src/OOP_2/USBank.java
@@ -8,6 +8,11 @@ public interface USBank {
8
9
public void debit();
10
11
+ public static void harm(){
12
+
13
+ System.out.println("Yeah111");
14
+ }
15
16
public void transferMoney();
17
//Hahahahahah1222223
18
0 commit comments