Problem Description
A = 1 B = 7Input 2:
A = 99 B = 115
7Output 2:
217
Integers divisible by 7 in given range are {7}.Explanation 2:
Integers divisible by 7 in given range are {105, 112}.
NOTE: You only need to implement the given function. Do not read input, instead use the arguments to the function. Do not print the output, instead return values as specified. Still have a question? Checkout Sample Codes for more details.