Recent content by CCguru

  1. C

    Fortran Fortran: determine the horizontal distance of a ball

    Awesome thanks! That fixed all the errors. Now for some reason the program just stops and doesn't print anything after a person enters the angle. Do you guys know why?
  2. C

    Fortran Fortran: determine the horizontal distance of a ball

    Im writing a program to determine the horizontal distance of a ball but getting this error: Y(t)=Y0+VY0*t+(1/2)*g*t^2 1 Error: Unclassifiable statement at (1) Distance=(X(t))^2+(Y(t))^2 1 Error: Unclassifiable error at (1) My code is as follows: PROGRAM...
Back
Top