Question: I have to make a code to use Euclidean algorithm to find the GCD. My code will only give me the LCM. Im stuck on
I have to make a code to use Euclidean algorithm to find the GCD. My code will only give me the LCM. Im stuck on how to make it run continuously until I get 0. 
int a int b; int c; cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
