We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe17a2 commit 497f901Copy full SHA for 497f901
C-examples/EBOB-EKOK/ebobekok.c
@@ -23,7 +23,7 @@ int main()
23
24
if (EBOB != 0)
25
{
26
- EKOK = (x / EBOB) * (y / EBOB) * EBOB; //! Yerine (x * y *EBOB) yazabilirdik ikiside aynı ifadedir.
+ EKOK = (x / EBOB) * (y / EBOB) * EBOB; //! Yerine (x * y / EBOB) yazabilirdik ikiside aynı ifadedir.
27
printf("EBOB (%d , %d) = %d\n", x, y, EBOB);
28
printf("EKOK (%d , %d) = %d", x, y, EKOK);
29
}
0 commit comments