Math, asked by bintayshahzad, 1 month ago

Draw flow chart to show how to add two numbers 22 and 40.​

Please answer

Answers

Answered by bhavana546320
0
The algorithm to add two numbers.
Declare variable ( Two variable to store the number input by the user and one variable is used to store the output).
Take the input of two numbers.
Apply the formula for addition.
Add two numbers.
Store the result in a variable.
Print the result.
Similar questions