Ad
  • Custom User Avatar

    Yes, I got it.
    Thank you very much man

  • Custom User Avatar

    What does this have to do with "Calculate BMI"?

  • Custom User Avatar

    What does this mean in the sample test?
    test.assert_equals (array_plus_array ([1, 2, 3], [4, 5, 6]), 21)
    test.assert_equals (array_plus_array ([- 1, -2, -3], [-4, -5, -6]), -21)
    test.assert_equals (array_plus_array ([0, 0, 0], [4, 5, 6]), 15)
    test.assert_equals (array_plus_array ([100, 200, 300], [400, 500, 600]), 2100)