Task - Packages - Java Application with Packages #96
akash-coded
started this conversation in
Tasks
Replies: 5 comments 1 reply
Codepackage exercises.java;
public class Exercises1 {
public static void main(String[] args) {
System.out.println("Exercises1 executed");
}
} |
1 reply
|
#code package exercises.java;
public class Exercises1 {
public static void main(String[] args) {
System.out.println("Exsercise1 Executed");
}
} |
0 replies
package Exercises.java;
public class Excercise1 {
public static void main(String[] args) {
System.out.println("Exercise1 is executed");
}
} |
0 replies
package Exercises.java;
public class Excercise1 {
public static void main(String[] args) {
System.out.println("Exercise1 is executed");
}
} |
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");All reactions