let input_first = Number(prompt()); let input_second = Number(prompt()); let sum = input_first + input_second alert("here is the sum " + sum);