* Filling in some elements of the array but not all. program array integer x(5) read*, (x(i), i = 2, 4) print*, x end