Determine Perfect Square

# Introduction In this lab, you will learn how to determine if a given number is a perfect square or not in the C++ programming language. To accomplish this, we will use the `sqrt()` method of C++ to calculate the square root of the entered number.

|60 : 00

Click the virtual machine below to start practicing