Skip to content

Commit 497f901

Browse files
authored
Update ebobekok.c
1 parent 4fe17a2 commit 497f901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C-examples/EBOB-EKOK/ebobekok.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ int main()
2323

2424
if (EBOB != 0)
2525
{
26-
EKOK = (x / EBOB) * (y / EBOB) * EBOB; //! Yerine (x * y *EBOB) yazabilirdik ikiside aynı ifadedir.
26+
EKOK = (x / EBOB) * (y / EBOB) * EBOB; //! Yerine (x * y / EBOB) yazabilirdik ikiside aynı ifadedir.
2727
printf("EBOB (%d , %d) = %d\n", x, y, EBOB);
2828
printf("EKOK (%d , %d) = %d", x, y, EKOK);
2929
}

0 commit comments

Comments
 (0)