Question:

Help me check my flowchart drawing~ =D?

by Guest33595  |  earlier

0 LIKES UnLike

Given the following pseudocode, draw a complete flowchart:

read x

read y

sum = 0

while (x<=y) {

sum = sum + x

x = x + 1

}

display sum

I have drawn out the flowchart myself, please help me check whether it is correct. IF wrong, please do correct it and explain. Thanks :DDD

Here is the link to the flowchart:

http://mymathsbloggie.blogspot.com/

 Tags:

   Report

3 ANSWERS


  1. Graphics And webdesigns help-

    http://talkgraphic.com/


  2. What you did is already correct. But I think that you should prompt first before getting input.

    So it should be like this:

    ---------------------------

    /Prompt for x and y/

    ---------------------------

                |

    ---------------------------

    /  Get x and y      /

    ---------------------------

  3. looks right to me

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions