Saturday, May 22, 2010

What is the condition to ensure that a number accepted is non-negative in c++ using if condition?

if(number%26gt;=0) {


}


MYITCAREER. ORG Has Good Computer Tutorials,Interview Question Answer

What is the condition to ensure that a number accepted is non-negative in c++ using if condition?
if(number%26gt;=0){


%26lt;statements%26gt;


}


No comments:

Post a Comment