Skip to content
This repository was archived by the owner on Jul 13, 2025. It is now read-only.

Commit 401c22f

Browse files
C
1 parent 90b3ddd commit 401c22f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Nested_If-else/leap_year.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ int main()
55
{
66
int year;
77
printf("Enrter a year: ");
8-
scanf("%d", &year);
8+
scanf("%d", &year);
99

1010
if(year % 4 == 0)
1111
{

Nested_If-else/leap_year.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)