You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// the program to check for perfect square in C++ programming language. We are given with an integer number and need to print “True” if it is, otherwise “False”.