Computer Science, asked by ayesha997415, 1 month ago

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 purveshKolhe
0

Answer:

please tell which programming language it is.

Similar questions