Computer Science, asked by rageshreedas21, 6 months ago

explain the addition of two number using flow chart​

Answers

Answered by keyboardavro
1

Answer: jAVA SCRIPT TO ADD TWO NUMBERS

<p>

 Click the button to calculate x.

 <button onclick="myFunction()">Try it</button>

</p>

<p>

 Enter first number:

 <input type="text" id="txt1" name="text1" value="1">

 Enter second number:

 <input type="text" id="txt2" name="text2" value="2">

</p>

<p id="demo"></p>

Explanation:

Answered by anindyaadhikari13
1

Answer:-

To calculate and display sum of two numbers, then input two numbers and then add them. Now, display the sum and the problem is solved.

Flowchart is given in the attachment which shows sum of two numbers.

Attachments:
Similar questions