Answer:
It's a non-negative num.
Explanation:
As the value of num=0 is given in the input.First it will check "if(num<0)" condition,
here this condition false. Then it will check "else" condition and give an alert as
"It's a non-negative num.".In there is "if-else" condition given, only one of them
will be executed based on their TRUE value.