about | help | code help+videos | done | prefs |
squaresOverlapping
Define a function that when passed 6 parameters (I know, it's a bit more than we'd usually like), representing,
squaresOverlapping(10, 20, 10, 20, 30, 5) → true squaresOverlapping(20, 50, 30, 40, 90, 10) → false squaresOverlapping(20, 50, 30, 40, 70, 10) → true ...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: 5 Post-solution available
Copyright Nick Parlante 2017 - privacy