Problem statement
You are required to implement the following function:
int SumNumbersDivisible(int m, int n);
The function accepts 2 positive integers 'm' and 'n' as its arguments. You are require
5, between 'm' and 'n' both inclusive and return the same.
Note:
0 <m <n
Example:
Input:
m: 12
n: 50
Output:
90
Explanation:
The numbers divisible both by 3 and 5, between 12 and 50 both inclusive are {15,
Sample Input
m: 100
n: 150
Answers
Answered by
1
Answer:
This is. This is. This is. This is..........
Idk.......
Sry....................
...
Similar questions