logo CodeStepByStep logo

isMultiple

Language/Type: JavaScript boolean parameters return
Author: Melissa Hovik (on 2016/09/25)

Write a function isMultiple that accepts two non-negative number parameters a and b, and returns true if a is a multiple of b, and false otherwise. For example, the call of isMultiple(15, 5) would return true because 15 = 5 * 3. You may assume that a and b are non-negative integers and that b is not 0.

Function: Write a JavaScript function as described, not a complete program.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.