public class MainClass { public static void main(String[] argv) { float[] d = { 1.1f, 2.2f, 3.3f, 4.4f, 5.5f }; System.out.println(d.length); } }