about | help | code help+videos | done | prefs |
mult5
Given an integer x, return true if it's a multiple of 5, AND not a multiple of 2. Return false otherwise. mult5(20) → false mult5(25) → true mult5(300) → 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: 100 Post-solution available
Copyright Nick Parlante 2017 - privacy