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...