about | help | code help+videos | done | prefs |
Write a Java function named isPerfectSquare that takes a positive integer n and returns true if it is a perfect square, and false otherwise.
isPerfectSquare(1) → true isPerfectSquare(2) → false isPerfectSquare(3) → 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
Copyright Nick Parlante 2017 - privacy