| about | help | code help+videos | done | prefs |
Create a method that, when given a start location and finish location, can tell whether or not the they are within four steps of each other. distanceCheck(0, 0, 0, 0) → "yes" distanceCheck(5, 4, 5, 4) → "yes" distanceCheck(0, 4, 0, 4) → "no" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 100
Copyright Nick Parlante 2017 - privacy