Develop a FORTRAN program to arrange 100 real numbers in ascending and descending order. Use separate sub routines for arranging the numbers in ascending and descending orders. Assume that the numbers are in the data file ‘fort.11’ and the numbers in ascending and descending orders to be stored in the data files ‘fort.21’ and ‘fort.31’ respectively.