pliz help,I want this program to show a message indicating whether a specific price is equal to 111 or not. This program compiles correctly but gives wrong results. I am not sure where the problem is.
if (price ! = 111)
cout << "Price = 111";
else
cout << "Price is not 111";