You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a function that returns the earned points in a Darts game.
Goal
Write a function that given a point in the target (defined by its real cartesian coordinates x and y), returns the correct amount earned by a dart landing in that point.
Description
Write a function that returns the earned points in a Darts game.
Goal
Write a function that given a point in the target (defined by its
real
cartesian coordinatesx
andy
), returns the correct amount earned by a dart landing in that point.Related pull request
exercism/problem-specifications#1363
The text was updated successfully, but these errors were encountered: