You are on page 1of 1

public class Array { public static void main(String[] args) { int v[] = new int[15]; int tam= v.

length; System.out.println(tam); } }

You might also like