//In the if-else statement, we give a condition. //If condition was true then first code block is executed. //If condition was false then else code block is executed.
// if "number > 0" is true, then the code inside "IF" brackets will be executed // if "number > 0" is false, then the code inside "ELSE" brackets will be executed ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results