Get expert advice and insights on any topic with IDNLearn.com. Whether your question is simple or complex, our community is here to provide detailed and trustworthy answers quickly and effectively.

1.Write the output of the following if x=100 , y= 200

if (x == y)
document.write("*")
else if (x<= y)
document.write (x)
else
document.write("$")Immersive Reader
(1 Point)
*
x
$
100


Sagot :

Answer:

d) 100

Explanation: