Question:

Draw a flowchart for computing the sum of the digits of any given number?

by  |  earlier

0 LIKES UnLike

Draw a flowchart for computing the sum of the digits of any given number?

 Tags:

   Report

1 ANSWERS


  1. 1. Make an ellipse write "Start" in it. Connect it with rectangle through lin.

    2. Write "Input a and b" in a parallalogram.

    3. Draw a rectangle in which write condition ie "c = a+b"

    (connect rectangle and parallalogram through line)

    4. Draw a parallalogram in which write "Print output c"

    (Join it with rectangle)

    5. Make an ellipse connected to parallaogram write "End" inside in it.

                 START

                      l

                 Input a and b

                      l

                 c = a+b

                      l

                 Output print c

                      l

                  END

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.