JavaScript program to add two numbers:
let num1 = 5;
let num2 = 10;
let sum = num1 + num2;
console.log("The sum of " + num1 + " and " + num2 + " is " + sum);
JavaScript program to add two numbers:
let num1 = 5;
let num2 = 10;
let sum = num1 + num2;
console.log("The sum of " + num1 + " and " + num2 + " is " + sum);
© 2025 python tutorials. python-tutorials.in