Hey so I'm getting the error message:
Euler_Method.f90:43.1:
fun=(c)(1-c)/(d+2)
1
Error: Unclassifiable statement at (1)
And here is my code:
PROGRAM Euler_Method
!-------------------------------------------------------------------
! The purpose of this program is to read in endpoints...