ag question
Q7. If x=50 and y15 then predict the output
in each of the following cases after
commands are executed in a sequence.
(3 Marks)
a) document.write(X+=y)
b) document.write(x++)
c) document.write(y* =x)
Answers
Answered by
1
Answer:
Explanation:
document. write(x++)
Similar questions