diff --git a/build-logic/003_numbers.md b/build-logic/003_numbers.md index 33cfa09..fbe5303 100644 --- a/build-logic/003_numbers.md +++ b/build-logic/003_numbers.md @@ -22,7 +22,7 @@ Output: 12 ``` -1. Write a program to calculate the kinetic energy of a body with mass 'm' and volume 'v'. +1. Write a program to calculate the kinetic energy of a body with mass 'm' and velocity 'v'. Formula : `0.5 * m * v * v`