Computer Science, asked by apurvadas3408, 9 months ago

Draw a flowchart to calculate sum of two numbers

Answers

Answered by dimprajapati
30

1) Starting of the program

2) Read input variable A

3) Read input variable B

4) Performed addition of the variables and store it in C variable

5)Print Variable C

6) End of the Program

Answered by Anonymous
32

Flowchart to calculate sum is given below -

1. Start in oval

2. Input number 1 in parallelogram

3. Input number 2 in parallelogram.

4. Sum of two numbers in rectangle

5. Print sum in parallelogram

6. End in oval.

Flowchart is chart which represents working or processing of a function. The process is represented in various shapes with specific meaning. Meaning of the symbols used in sum of two digits is -

Oval represents start/end.

Parallelogram represents input/output.

Rectangle represents processing.

Similar questions