Can anyone help me with the below scenario?
Main.xaml
it will have array 10,11,12,13,14,15
Child.xaml(called from main)
this will find the sum of all the even elements of the array and odd elements of the array.
SumEven
SumOdd
Second_Child.xaml(Called from Child.xaml)
It will print the two sums
This is the generic scenario that i want to accomplish. Help is appreciated. Please share the xaml files for reference