var num=12
if(num%2 == 0)
{
document.write("The number"+num+"is an even number")
}
else
{
document.write("the number"+num+"is an odd number")
}
what is the output.
Answers
Answered by
0
Answer:
please tell which programming language it is.
Similar questions
Biology,
1 month ago
Computer Science,
3 months ago
Math,
3 months ago
Math,
10 months ago
Math,
10 months ago