This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package Package1; | |
public class NewClass3 { | |
public static void main(String[] args) { | |
System.out.println("Hello world!"); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package Package1; | |
import java.lang.reflect.Array; | |
import java.util.Arrays; | |
public class NewClass1 { | |
public static void main(String[] args) { | |
int[] arr = {1, 9, 3, 8, 5, 6, 7}; | |
/* |