Welcome to Westonci.ca, where you can find answers to all your questions from a community of experienced professionals. Experience the ease of finding accurate answers to your questions from a knowledgeable community of professionals. Get precise and detailed answers to your questions from a knowledgeable community of experts on our Q&A platform.

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: