Q.3 Find out error if any in following
javascript code.
var length breadth:
length=4.5
breadth=6;
area=1/2"length"breadth;
document.write("Area of triangle
is "area):
Answers
Answered by
7
Answer:
there will be star(the multiplication sign) instead of double inverted comma
Similar questions