Begin
case voter_ethnicity of
"negro":vote_count:=0;
"hispanic":vote_count:=0;
"asian":vote_count:=0;
else vote_count:=1;
end;
case voter_ethnicity of
"negro":vote_count:=0;
"hispanic":vote_count:=0;
"asian":vote_count:=0;
else vote_count:=1;
end;