write a program to sum in( javascript) ?
Answers
Answered by
1
Answer:
const num1 = parseInt(prompt('Enter the first number ')); const num2 = parseInt(prompt('Enter the second number ')); Then, the sum of the numbers is computed. const sum = num1 + num2; Finally, the sum is displayed.
Answered by
0
Answer:
const num1 = parseInt(prompt('Enter the first number ')); const num2 = parseInt(prompt('Enter the second number ')); Then, the sum of the numbers is computed. const sum = num1 + num2; Finally, the sum is displayed.
Similar questions
Hindi,
14 days ago
India Languages,
28 days ago
Chemistry,
28 days ago
Physics,
9 months ago
English,
9 months ago