0
Write a C program to compute the greates common division of two positive integers
5 odpowiedzi
+ 3
Example
Take 36 and 24
36 > 24 then (36-24 , 24) => (12,24)
12 < 24 then (12,24-12) => (12,12)
12==12 then Answer is 12
+ 2
Abdulsalam Ayomide Is good to know that:
- Assignements for comunity, cannot be posted in Q/A section but only using relative in-app menu
- and here is NOT good seen (and is reportable also) who post own homeworks for easy solution. In this case you have to post always your attempt
I dont know why you posted this question, but ita good that you kbow this because you ate a new user
Anyway, can you post your attempt so we can better help you?
+ 2
Abdulsalam Ayomide Please like said previously, you have to post your attempt... Here we dont make other homeworks
+ 1
you can apply euclids algorithm.
+ 1
write out in c program pls