write a progaram for adding two numbers using java script
Answers
Answered by
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
Social Sciences,
6 months ago
Science,
6 months ago
Science,
1 year ago
Biology,
1 year ago
Chemistry,
1 year ago