You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Input: a number
Return: next number divisible by the number
Input: 45
Return: 49
Input: 12
Return: 14
The text was updated successfully, but these errors were encountered:
MadhuBeesetty
changed the title
find X m - "Take a number and return the number which is next divisible by that number"
find7m - "Take a number and return the number which is next divisible by that number"
Oct 5, 2017
songz
changed the title
find7m - "Take a number and return the number which is next divisible by that number"
find7m - "Take a number and return the number which is next divisible by 7"
Oct 10, 2017
Input: a number
Return: next number divisible by the number
Input: 45
Return: 49
Input: 12
Return: 14
The text was updated successfully, but these errors were encountered: