write the java statement for:
Attachments:
Answers
Answered by
1
(a) double c= vt+1/2.0*(Math.pow(t,2)
(b) not clear.
(c) not clear
(d) double Res = Math.sqrt(Math.pow(a,2) + Math.pow(b,2))
(b) not clear.
(c) not clear
(d) double Res = Math.sqrt(Math.pow(a,2) + Math.pow(b,2))
Similar questions