6 October 2025 6:02:28.270 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. 6 October 2025 6:02:28.271 PM