CBSE BOARD X, asked by satishatbcdp9vp8p, 11 months ago

plz solve this questions

Attachments:

Answers

Answered by hoxabel
1

Answer 1:

line 4 should be "

<script type="text/javascript">

alert("This is my first javaScript code")

</script>

"

Answer 2:

if(direction == "N") a = "North";

else if(direction == "E") a = "East";

else if(direction == "W") a = "West";

else if(direction == "S") a = "South";

else a = "Enter correct code";


Answer 3:

a = 6

b = 14

Answer 4:

a = 8.625

Answer 5:

false

true

true

Answer 6:

x==100?a="x is 100":a="x is not 100";




satishatbcdp9vp8p: can u ecplain answer no.3
Similar questions