Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Could anyone assist me?
I keep getting this error message:
tests/Fixture.cs(11,43): error CS0117: 'Kata' does not contain a definition for 'Bmi'
tests/Fixture.cs(12,38): error CS0117: 'Kata' does not contain a definition for 'Bmi'
tests/Fixture.cs(13,42): error CS0117: 'Kata' does not contain a definition for 'Bmi'
tests/Fixture.cs(14,37): error CS0117: 'Kata' does not contain a definition for 'Bmi'
i found the problem. I was missing "using System;". I didnt think i would need it. Thanks for offering help.
Did you add all necessary usings?
I tried doing this with the Math.Pow method, but it say that it doesn't exist in the context. I already executed the code elsewhere and it worked. Does anyone know what the problem is?
I'm coding with C#