Problem 44683. Perfect Square

Determine if the input is a perfect square (square of an integer) or not.
Example -
If input is 25(==5^2), return 1.
If input is 17, return 0.
Use of if-else and switch is prohibited to prevent hard coded solutions.

Solution Stats

43.98% Correct | 56.02% Incorrect
Last Solution submitted on Nov 24, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers80

Suggested Problems

More from this Author31

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!