Tag: program

Read our latest blog posts

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

A Python Program to print multiplication table of any natural number

I am just beginning in the world of computer programming with python as my first language. Yesterday, I wrote a very simple program which, when executed, ask us for a...

Continue reading