which command is used to add two or more numbers
Answers
Answered by
0
Answer:
hai bhai please comment answer I don't no
Answered by
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
History,
1 month ago
Math,
1 month ago
Physics,
2 months ago
Social Sciences,
9 months ago
English,
9 months ago