Computer Science, asked by raja7415dubey, 1 month ago

which command is used to add two or more numbers​

Answers

Answered by niknikvishal
0

Answer:

hai bhai please comment answer I don't no

Answered by tsarahchrista
0

Answer:

operator

Explanation:

const num1 = 5;

const num2 = 3;

// add two numbers

const sum = num1 + num2;

// display the sum

console.log('The sum of ' + num1 + ' and ' + num2 + ' is: ' + sum);

Similar questions