Provide a Java code to create and initialize an array of integers (Java primitive int), floats or any other Java primitive type of your choice.
You pick the array name a length.
Demonstrate how you would determine the length of your array. Show this through a code example you use the length member.