Code:
else if ( GetInfo != "no" || GetInfo != "yes" )
I don't think this condition matters, but it should be && instead of ||. The way you have it, it will always evaluate to true.