commit 7ecbbae82d4972213a2e87e4a56239ce18b4c8f9
parent b273b036854853c24587db079105fcf061d700bd
Author: Amit Dutta <amitdutta4255@gmail.com>
Date: Mon, 24 Nov 2025 15:03:02 +0530
update -24112025 .\letusc\lucproblem014.c _page no. changed from 159 to 158
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/letusc/lucproblem014.c b/letusc/lucproblem014.c
@@ -2,7 +2,7 @@
and standard deviation of these numbers. Call this function from main()
and print the result in main() */
/* Author - Amit Dutta, Date - 23th November, 2025 */
-/* Let Us C, Chap - 9, Page 159, Problem 9.1 */
+/* Let Us C, Chap - 9, Page 158, Problem 9.1 */
#include <stdio.h>
#include <math.h>