about | help | code help+videos | done | prefs |
Given two positive integers, return true if they are co-prime. This means that the only common factor they have is one. Otherwise return false. coprime(4, 9) → true coprime(5, 25) → false coprime(77, 6) → true ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 200 Post-solution available
Copyright Nick Parlante 2017 - privacy