Please type your subject in the School Subject box. Any other words, including obscure abbreviations, are likely to delay responses from a teacher who knows that subject well.
http://www.aaamath.com/
Click on fractions at the left and then find what you need.
how to find gcd by flow chart
2 answers
There are different algorithms to find GCD. The one that has least steps in a flow chart and least work in programming is by Euclid's algorithm. The one we usually work with by finding factors and comparing factors is a more complex algorithm to make a flow-chart, and involves a more complex algorithm (meaning more decisions to make).
Your flow-chart will depend on the algorithm you choose, and you can start with writing pseudocode, since we do not support graphics at this forum.
Your flow-chart will depend on the algorithm you choose, and you can start with writing pseudocode, since we do not support graphics at this forum.