Question: 48 write a function that takes two integers x and y, and returns the average of odd numbers between x and y. int print_odd (int

48 write a function that takes two integers x and y, and returns the average of odd numbers between x and y. int print_odd (int x, int y) va 1.00 int sum=0; for (int i=x, i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
