if (num == 2} {cout <<" you have selected number 2 " << endl ;
if (num == 1) {cout << "you have selected number 1" << endl ;}
Well I want to be able allow the user to type "hat" and output a message
based on the input, if (string == hat) {cout << " A black hat " << endl ;
if (string == fire) {cout << " water " << endl ; and so on.