I want to check if a number is divisible by 6 and if not I need to increase it until it becomes divisible.
how can I do that ?
result = initial number + (6 - initial number % 6)