Skip to content

Commit a62c3d5

Browse files
committed
Experiment 6_2
1 parent 87aa8e7 commit a62c3d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import Balance.Account;
2+
public class Exp6_2 {
3+
public static void main(String[] args) {
4+
Account newObj = new Account();
5+
newObj.displayBalance();
6+
}
7+
}

0 commit comments

Comments
 (0)