#include #include int main() { // Indicating memory spaces for variables int a, b,c,d,e,f,g,h,i,j; int sizeX; int sizeY; // Accepting Sizes for Arrays printf("Enter the size of X array: "); scanf("%d",&sizeX); printf("Enter the size of Y array: "); scanf("%d",&sizeY); // Array Initialization int X[sizeX]; int Y[sizeY]; // Array Filling For X for(int z=0;z7){ u = u+ X[z]; }else{ continue; } } for(int z=0;z