public class Test{ public static void main(String[] args){ int[] x = new int[3]; System.out.println("x[0] is " + x[0]); }}
Not registered? Create an account
Forgot Password?
Already a registered user? Login