about | help | code help+videos | done | prefs |
multipleOf7Not2
Write a function called multipleOf7Not7 that returns a true if the value passed to the function is a multiple of 7 and NOT a multiple of 2. It should return false otherwise. multipleOf7Not2(14) → False multipleOf7Not2(21) → True multipleOf7Not2(7) → 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: 100
Copyright Nick Parlante 2017 - privacy