Ad
  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    The numbers array will have varying lengths; it will not just have a length of three. Your code will fail because it only reads the first three numbers in the array, but you have to square every number and sum this calculation up.