Tag: integer

Read our latest blog posts

C++ Program to Separate Digits of a Positive Integer

Here we have some C++ programs which take a positive integer as input and output it's individual digits separated apart from each other.

Continue reading

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