Find next higher natural number that is divisble by y
Find next higher natural number that is divisble by y
Write a function that takes two numbers, say x and y, as arguments. Check if x is divisible by y. If yes, return x. If not, return the next higher natural number that is divisible by y