commit 4875114864dfeefbdf6b2b7fbefa574422c763b9
parent 7fe5fe61c5e009dfb73a4630e51e31bba32bec7e
Author: Amit Dutta <amitdutta4255@gmail.com>
Date: Mon, 6 Oct 2025 11:43:10 +0530
update commit date
Diffstat:
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/letusc/luc020.c b/letusc/luc020.c
@@ -9,7 +9,7 @@ Write a program that converts RGB color to CMYK color as per the following formu
Yellow = (White-Blue/255) / White
Black = 1 - White
Note that if the RGB values are all 0, then the CMY values are all 0 and the K value is 1. */
-/* Author - Amit Dutta, Date - 4rd OCT, 2025 */
+/* Author - Amit Dutta, Date - 4th OCT, 2025 */
/* Let Us C, Chap- 4, Page - 71, Qn No.: D(b) */
#include <stdio.h>
diff --git a/letusc/luc021.c b/letusc/luc021.c
@@ -15,7 +15,7 @@ Write a program, which will require the user to give values of hardness,
carbon content and tensile strength of the steel under consideration and output
the grade of the steel. */
-/* Author - Amit Dutta, Date - 4rd OCT, 2025 */
+/* Author - Amit Dutta, Date - 4th OCT, 2025 */
/* Let Us C, Chap- 4, Page - 71, Qn No.: D(c) */
#include <stdio.h>
diff --git a/letusc/luc022.c b/letusc/luc022.c
@@ -11,7 +11,7 @@ the BMI catagory as per the following table.
Obese 30 to 39.9
Morbidly Obese >= 40
*/
-/* Author - Amit Dutta, Date - 4rd OCT, 2025 */
+/* Author - Amit Dutta, Date - 4th OCT, 2025 */
/* Let Us C, Chap- 4, Page - 72, Qn No.: D(d) */
#include <stdio.h>
diff --git a/letusc/luc023.c b/letusc/luc023.c
@@ -3,7 +3,7 @@
lower case alphabet or not.
(2) Whether a character entered through the keyboard is a special
symbol or not. */
-/* Author - Amit Dutta, Date - 4rd OCT, 2025 */
+/* Author - Amit Dutta, Date - 5th OCT, 2025 */
/* Let Us C, Chap- 4, Page - 72, Qn No.: E(a) */
#include <stdio.h>
diff --git a/letusc/luc024.c b/letusc/luc024.c
@@ -1,6 +1,6 @@
/* Write a program using conditional operators to determine whether
a year entered through the keyboard is a leap year or not. */
-/* Author - Amit Dutta, Date - 4rd OCT, 2025 */
+/* Author - Amit Dutta, Date - 5th OCT, 2025 */
/* Let Us C, Chap- 4, Page - 72, Qn No.: E(b) */
#include <stdio.h>