Your mistake is that ;
You cant use ANS = "String" with this way . You must try like that
if (ANS[0] == 'D' && Donald[0] == 'o' && .... )

or you should use strcompare .