9 May 2025 8:57:08.286 PM args(): Fortran90 version Demonstrate the use of command line argument routines in a Fortran program. These include command_argument_count() and get_command_argument(). ARGS was called with command_argument_count() = 3 arguments. call get_command_argument(i,arg) returns the arguments: I ARG 0 args 1 1 2 apple 3 3.1415 args(): Normal end of execution. 9 May 2025 8:57:08.286 PM