#include using namespace std; int main() { int a[] = {5, 3, 2, 2, 9, 1}; int i,dl,n; dl=sizeof(a)/sizeof(a[0]); for(i=0;i null"); return 0; }