Question:Write a function that takes two integer inputs and returns the
sum of all even numbers...
Question
Write a function that takes two integer inputs and returns the
sum of all even numbers...
Write a function that takes two integer inputs and returns the
sum of all even numbers between these inputs, and another function
that takes two integer inputs and returns the sum of odd numbers
between these inputs .In main function, the program will asks the
user to enter two integer numbers and then passes them to these two
functions and display the result of each of them.
[0.5 mark] (BY
USING C PROGRAM)