* Simple program for an array of 5 integers. * The program fills in the array by reading from the standard * input and echos the contents to the standard output device. program array integer x(5) read*, x print*, x end