-moz-user-select:none; -webkit-user-select:none; -khtml-user-select:none; -ms-user-select:none; user-select:none;

Wednesday 18 March 2015

Simple "if" example

Thanks every one for visiting my blog.
In this blog,I will write a simple source code that will clear your concept of "if" statement.

Source code

khgamujtaba,C++


Output

khgamujtaba,C++

It will not display -5 as it is a negative number.

No comments:

Post a Comment