-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ce00c7
commit 4253671
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
İki Sayının EBOB/OBEB Hesabının Öklid Algoritması ile Hesaplanması Algoritması | ||
|
||
|
||
1. Başla. | ||
2. "Birinci sayıyı giriniz:" yaz ve girilen sayıyı oku. (s1) | ||
3. "İkinci sayıyı giriniz:" yaz ve girilen sayıyı oku. (s2) | ||
4. Eğer birinci sayı ikinci sayıdan küçükse iki sayının değerlerini birbiri ile değiştir. | ||
5. Birinci sayıyı ikinci sayıya böl ve kalanı sakla. (k) | ||
6. Eğer kalan sıfırdan büyükse 7. adıma git değilse 8. adıma git. | ||
7. İkinci sayının değerini birinci sayıya ata, kalanın değerini ikinci sayıya ata ve 5. adıma git. | ||
8. İkinci sayının değerini ekrana yaz. | ||
9. Bitir. |