16 August 2021 9:56:42.251 PM allocatable_array_test(): FORTRAN90 version Show how a main program can declare an allocatable array which can then be allocated and set in a subroutine, and then returned to the main program. The array size is N = 5 The array contents: 1 101 2 202 3 303 4 404 5 505 allocatable_array_test(): Normal end of execution. 16 August 2021 9:56:42.251 PM