Computer Science, asked by sivaramkrishana143, 1 year ago

write a progaram for adding two numbers using java script​

Answers

Answered by Anonymous
0

hi mate

here's your answer

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

<title>Add numbers</title>

</head>

<body>

<input id="x">

<input id="y">

<button id="go">+</button>

<div id="result"></div>

<script src="add_numbers.js"></script>

</body>

</html>

hope this helps you

please mark me as brainlist

Similar questions