Computer Science, asked by puran34252, 3 days ago

write a program to find the kinetic energy​

Answers

Answered by ParikshitPulliwar
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 anisha11035
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