void main()
{
boolean number[8] ;

}

is this the proper way to declare an array of boolean characters?


Thanks