Task - Packages - Java Application with Packages #96
akash-coded
started this conversation in
Tasks
Replies: 5 comments 1 reply
-
package Exercises.Java;
public class Exercise1 {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println("Exercise1 executed");
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Codepackage exercises.java;
public class Exercises1 {
public static void main(String[] args) {
System.out.println("Exercises1 executed");
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
#code package exercises.java;
public class Exercises1 {
public static void main(String[] args) {
System.out.println("Exsercise1 Executed");
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
package Exercises.java;
public class Excercise1 {
public static void main(String[] args) {
System.out.println("Exercise1 is executed");
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
package Exercises.java;
public class Excercise1 {
public static void main(String[] args) {
System.out.println("Exercise1 is executed");
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
System.out.println("Exercise1 executed");Beta Was this translation helpful? Give feedback.
All reactions