From ce006777b84149653c700ff8ca445f7016b7acc9 Mon Sep 17 00:00:00 2001 From: yatendra <72139503+sharmayatendra@users.noreply.github.com> Date: Thu, 16 Dec 2021 00:57:46 +0530 Subject: [PATCH] updated: velocity in place of volume velocity should be there in ques-3 --- build-logic/003_numbers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`