Computer Science, asked by aanya2075, 3 months ago

evaluate the output
num= 5

if(num%2==0):

print("Number is even")

else:

print("Number is odd")​

Answers

Answered by anukriti27priya
0

Answer:

The output will be

Number is odd

Answered by ashokjaiswal9999
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