about | help | code help+videos | done | prefs |
Write a method that accepts two positive integer parameters. The method returns true if 'num' is a multiple of 'multiple'. Return false otherwise. multipleOf(249, 3) → true multipleOf(241974, 5) → false multipleOf(249413, 3) → 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: 290
Copyright Nick Parlante 2017 - privacy