I'm new to Fortran, trying to run this program but when I enter the variables it gives me an error 112.
Please help me find where is the mistake. I copied the program from an old book.
DIMENSION S(50),V(50) ! Element stress and velocity
DIMENSION U(51) ! Nodal displacement
! Double...