Recent content by CCguru
-
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?- CCguru
- Post #4
- Forum: Programming and Computer Science
-
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...- CCguru
- Thread
- Ball Fortran Horizontal
- Replies: 4
- Forum: Programming and Computer Science