#include using namespace std; const int ARRAY_SIZE=10; int main() { int a[ARRAY_SIZE]; a[0]=1; a[1]=2; for(int i=2;i