kevmoens / Ellabit

The interactive C# coding app to learn/practice coding.
MIT License
55 stars 21 forks source link

Created new challenge #37

Closed Adam-Henson closed 2 years ago

Adam-Henson commented 2 years ago

I hope this is what you were talking about.

kevmoens commented 2 years ago

Can you change the method signature to pass in a string/char of "P", "M", or "T". Then the user is more likely to use a switch statement when coding the challenge.

kevmoens commented 2 years ago

The examples show it is passing the whole word. Can you line it to with the tests. Thank you