import java.util.Vector; class A_testArray_in { public static void main(String[] args) { int i = 10; System.out.println("Hello, world!"); } }