const char Answer[20]=( 'B','D','A','A',
'C','A','B','A',
'C','D','B','C',
'D','A','D','C',
'C','B','D','A');

error C2864: 'TestGrader::Answer' : only static const integral data members can be initialized within a class


I need to be able to use this data to grade someones answers to a survey