Computer Science, asked by ravenclaw4057, 11 months ago

Write the algorithm, add two integers number with the help of two variables.

Answers

Answered by mayanksharma789594
3

Explanation:

STEP 1: START

STEP 2: INITIALISE THREE VARIABLE a,b,c;

STEP 3: ENTER TWO VALUES ;

STEP 4: c=a+b;

STEP 5: PRINT THE VALUE OF C

STEP 6: END

Similar questions