commit 29cc0bf3a21322bb8a1517c3a51305449c285d28
parent d77d7c05df4a6f025b4eb0f44e8beaf104a9b3bd
Author: Amit Dutta <amitdutta4255@gmail.com>
Date: Mon, 6 Oct 2025 18:50:06 +0530
update luc026
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/letusc/luc026.c b/letusc/luc026.c
@@ -11,7 +11,7 @@ int main()
{
double angle, result;
printf("Enter the angle value in degree : ");
- // checking is the input is other than number.
+ // checking if the input is other than number.
if(scanf("%lf", &angle) != 1) {
printf("\nPlease enter a number.");
return 1;