Example & Tutorial understanding programming in easy ways.

If we put any positive number in the condition of loop or any condition statement then what happen?

Any positive integer are considered as TRUE in Boolean.


Like:


if(4) considered as True.

Read More →