FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

namrrac/Java-Assignment-007: Java Assignment 7 · GitHub

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL