Determine Perfect Square in C

# Introduction In this lab, you will learn how to check whether a number is a perfect square or not using a C program. A perfect square is a number that is the product of an integer multiplied by itself. For example, 9 is a perfect square because 3 \* 3 = 9. We will write a program that takes user input and checks whether the number is a perfect square or not.

|60 : 00

Click the virtual machine below to start practicing