write a program to find the kinetic energy
Answers
Answered by
1
Answer: double energy=0.5*m*Math.pow(v,2)
Explanation:
Accept two inputs from user:
variable m and
variable v
And then use the above formula.
Answered by
1
Answer:
Answer: double energy=0.5*m*Math.pow(v,2)
Explanation:
Accept two inputs from user:
variable m and
variable v
And then use the above formula.
Similar questions
Hindi,
1 day ago
Computer Science,
3 days ago
Science,
3 days ago
Computer Science,
8 months ago
Math,
8 months ago
Math,
8 months ago