about | help | code help+videos | done | prefs |
Given an integer, return true if it is prime. Otherwise return false. A prime must be greater than 1. isItPrime(13) → true isItPrime(10) → false isItPrime(1) → false ...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: 250 Post-solution available
Copyright Nick Parlante 2017 - privacy