Skip to main content

6.3) Understanding Arrays (cont'd)


Then you could output the values to a file based on the previous section by including:

open(33, file=’outputheights.dat’)
write(33,*) persona
write(33,*) personb
write(33,*) personc