Ad
  • Custom User Avatar

    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'

  • Custom User Avatar

    i found the problem. I was missing "using System;". I didnt think i would need it. Thanks for offering help.

  • Custom User Avatar

    Did you add all necessary usings?

  • Custom User Avatar

    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#