Skip to content

crcsc/Java-Assignment-007

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Assignment-007

Java Assignment 7 - Greatest Common Factor

Euclid's GCF Algorithm Explained

Euclid's GCF Algorithm Explained

Flowchart of Euclid's GCF Algorithm

Flowchart for GCF method

PART 1: Implement a gcf method in MyMath class

  • 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

PART 2: Turn In

  • 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.

About

Java Assignment 7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%