1.) Create a constant integer called ARRAY_LENGTH with value 10. 2.) Declare an integer array called myArray of size ARRAY_LENGTH. 3.) Write a for-loop that fills myArray with the numbers 0-9.