evaluate the output
num= 5
if(num%2==0):
print("Number is even")
else:
print("Number is odd")
Answers
Answered by
0
Answer:
The output will be
Number is odd
Answered by
0
Answer:
Output:-
Number is odd
because if we will divide 5 by 2 then it will give 1 as output so it will be an odd no.
Similar questions
Math,
1 month ago
Math,
3 months ago
Math,
3 months ago
Math,
10 months ago
Social Sciences,
10 months ago