Category: C++

Read our latest blog posts

C++ program to check whether a number is complete square or not

A c++ program to check whether a number taken as input from the user is a complete square or not. It makes use of three variables, a while loop and...

Continue reading

C++ program to check whether a number is prime or not

A c++ program to check whether a number entered by the user is prime or not. This program uses three variables, a while loop and a few if selection statements....

Continue reading