Computer Science, asked by viditbandhu7, 5 months ago

Write the output for the following code:

var x = 10;
var y = 4;
document.write(x + y);
document.write(" ");
document.write(x * y);
document.write(" ");
document.write(x / y);
document.write(" ");
document.write(x % y);

Answers

Answered by LokitGarg
1

Answer:

Sorry mate I don't understand your question

Explanation:

oh it's a c++ I know only some command

Similar questions