Java Assignment 7 - Greatest Common Factor
Euclid's GCF Algorithm Explained
- Use the video and flowchart above as guides to help implement a method gcf in the MyMath class that calculates the greatest common factor of 2 numbers.
- Hint: This flowchart depicts a while loop and conditional
- Make sure to use the Git tab at the bottom of IntelliJ to create a Spring2023 feature branch
- Commit and Push your running code back to your GitHub account
- Issue a Pull request back to my Java-Assignment-007 repo
- Cut and Paste the Pull request URL into your Canvas assignment to turn it in.
