lundi 14 décembre 2020

IF Else condition not Woking properly [closed]

Whenever I input Fish or Chicken or Mutton the program doesn't execute the if part .It executes the else part

Please Help Thanks in Advance.

if(name=="Fish"||name=="Chicken"||name=="Mutton")
{


cout<<"This is Veg section .Please visit NonVeg section for more";

}

Aucun commentaire:

Enregistrer un commentaire