PROGRAM example_data DIM x(6) DATA 4.48,3.06,0.20,2.08,3.88,3.36 FOR i = 1 to 6 READ x(i) ! reads input from DATA statement NEXT i END