0
How do make a program that will i find the GCD of two numbers
using For loop
2 Respostas
+ 5
here is C++:
https://code.sololearn.com/c8PENpN7oBTG/?ref=app
- 1
This gives you the gcd AND u & v such that Au+Bv=gcd https://code.sololearn.com/ca6FkuqzLXdT/?ref=app