//drew ross #include void main () { int a , b , c , Yellow , Green , Blue ; cin>> Yellow , Green , Blue ; a = Yellow ; b = Green ; c = Blue ; cout<<" What is my faviortive color, A is Yellow , B is Green , C is Blue " ; if (user picked a) cout<<" you picked A which is the wrong answer " ; if (user picked b) cout<<" you picked B which is the wrong answer " ; if (user picked c) cout<<" you picked C which is the right answer " ; }