Templates Community /
Highest Common Factor Algorithm Flowchart
Highest Common Factor Algorithm Flowchart
Ashley
Published on 2021-09-27
Edit online
Generate Diagram with AI
Download
Step 1: Read the variables a and b. Step 2: If a = b, go to step 4. Step 3: If a > b, then: a = a - b. Return to step 2. Step 4: Print a or b.
Tag
algorithm flowchart
Share
Report
0
4.3k
Add a comment
Post
Recommended
Templates
Loading
Close
Close