Write a program in java to find velocity of a moving object based on v^2=u^2+2as
(in a most easiest way)
Answers
Answered by
4
just write all the default syntax
and the declare variable according to the logic below
v=Math.sqrt(u*u+2*a*s);
diyab0416:
kk
Similar questions