| about | help | code help+videos | done | prefs |
Create a method that, when given two ints, can return whether they are both multiples of two or if either is a multiple of 16. numberCheck(2, 4) → "yes" numberCheck(5, 17) → "no" numberCheck(3, 16) → "yes" ...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