Tag: print

Read our latest blog posts

Very Simple C++ programs – Nested loops Demonstration/Examples

These are four very simple C++ programs which demonstrate how to use nested loops. Problem is that we have to print some simple patterns of integers. So, let's do it.

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