Computer Science, asked by darnieanciano, 19 days ago

Creat an algorithm that add 7 variables.​

Answers

Answered by vipul2006
0

Answer:

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

2. Take the input of two numbers.

3. Apply the formula for addition.

4. Add two numbers.

5. Store the result in a variable.

6. Print the result.

Similar questions