about | help | code help+videos | done | prefs |
Given an integer, return true if it is a perfect square. Otherwise return false. For purposes of this problem, we will consider zero as a perfect square. perfectSquare(4) → true perfectSquare(10) → false perfectSquare(-16) → 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: 100 Post-solution available
Copyright Nick Parlante 2017 - privacy