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 4ee0e51 commit 394c963Copy full SHA for 394c963
Lab Experiments/Experiment 6/Exp6_1.java
@@ -0,0 +1,7 @@
1
+import package1.MyPackage;
2
+public class Exp6_1 {
3
+ public static void main(String[] args) {
4
+ MyPackage obj = new MyPackage();
5
+ obj.display();
6
+ }
7
+}
0 commit comments