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
Business Studies,
27 days ago
Physics,
27 days ago
Physics,
1 month ago
Social Sciences,
8 months ago
English,
8 months ago