The program to find the array type (odd, even or mixed array) is discussed here. Given an array of integers, display the type of the array.
5
2
4
1
3
Mixed
@@coding::1@@
Recommended Programs