Computer Science, asked by Noimin, 3 months ago

write an algorithm to collect two integer as an input and add them Display the output using variable "sum"


no spam pls

Answers

Answered by babitaparmar1172
3

Answer:

Algorithm for the addition of two integers.

Explanation:

The algorithm to add two numbers.

1) Declare variable ( Two variable to store the number input by the user and one variable is used ro store the output).

2)Take the input of two numbers.

3)Apply the formula fir addition.

4)Add two numbers.

5) Store the result in a variable.

6)Print the result.

Hope it will help you.

My army friend.

Similar questions