To start, I have two codes. One is written in FORTRAN 77 and the other in 95. Both codes have a main function that calls subroutine, that calls a subroutine, that calls a subroutine, and so on. My predicament is that in the middle of the FORTRAN 77 code, I need a value from the middle of the...