We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87aa8e7 commit a62c3d5Copy full SHA for a62c3d5
Lab Experiments/Experiment 6/Exp6_2.java
@@ -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