Computer Science, asked by sankargv17999, 2 months ago

Int x=8;
if(x>9)
{
document.write(9);
}
else
{
document.write(x);
}
O
8
O
9
JavaScript​

Answers

Answered by payalmore127
0

Answer:

I do not understand what the question is

Similar questions