#include #include using namespace std; int diff(int arr[], int size) { int oddsum=0, evensum=0; for(int i=0; i>array[i]; cout<<"The difference between the odd sum and the even sum is "<