masherinc
✅ Check a param againstt a string
Well, I followed a tut for c# OOP and now I'm trying to make my own OOP by creating a table of Animal types, sounds and actions and them outputing that table to the console. I can output the table just fine, the problem is whenever I have "eeeeeeeeee" as the first arguement for the msain method(the Animals() method) it outputs a table, but since "eeeeee" isnt a name of an actual animal, tthen it shoundnt output a table
5 replies