about | help | code help+videos | done | prefs |
Write a method that returns true if num1, num2, and num3 are all equal to each other. In all other cases return false. test2022_09_12_APP1SLHL_allSame(73, 73, 73) → true test2022_09_12_APP1SLHL_allSame(0, 0, 0) → true test2022_09_12_APP1SLHL_allSame(5, 6, 2) → false ...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: 200
Copyright Nick Parlante 2017 - privacy