9 May 2025 8:57:07.064 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 = 1 The array contents: 1 101 allocatable_array_test(): Normal end of execution. 9 May 2025 8:57:07.064 PM