thx, remove break; and add default branch and it work.
Maybe because in VS you use Console.WriteLine() instead of return?
switch/case in C# works in this kata. Your solution is incorrect, it uses incorrect syntax.
It's not a kata issue.
c# is broken. Switch/case code don't work. But in VS in pc this code work well.
Loading collection data...
thx, remove break; and add default branch and it work.
Maybe because in VS you use Console.WriteLine() instead of return?
switch/case in C# works in this kata. Your solution is incorrect, it uses incorrect syntax.
It's not a kata issue.
c# is broken. Switch/case code don't work. But in VS in pc this code work well.