why isnt this program working?
#include <iostream>
#define SIZE 10;
using namespace std;
main ()
{
char Black,Brown,Red,Orange,Yellow,Green,Blue,Purple,Grey,White;
int a;
int Color[10];
{ int i, array[size];
for (i = 0; i < size; i++)
{
array[i] = i;
}
}
cout<<"enter the color of the stripe"<<endl;
cin>>Color[i];
color[0]=Black;
color[1]=Brown;
color[2]=Red;
color[3]=Orange;
color[4]=Yellow;
color[5]=Green;
color[6]=Blue;
color[7]=Purple;
color[8]=Grey;
color[9]=White;
getchar();
cout<<"the number of the color you entered is"<<i;
}