write a program to evaluate the following (i) ut+1/2at^2 in python
Answers
Answered by
10
Answer:
Snippet
double s;
s=(u*t)+(1/2)*a*(t*t);
System.out.println (s);
Explanation:
Similar questions
Business Studies,
4 months ago
English,
8 months ago