Draw a flowchart for the program fragments (no need to show start and stop)
```
DO WHILE n < 3
LET sum = sum + n LET n=n + 1
LOOP
```

Computer Science & Information Technology
You might also like to view...
Explain the purpose of a method parameter. What is the difference between a parameter and an argument?
What will be an ideal response?
Computer Science & Information Technology
What is the terminology for a command that is embedded in an HTML document and parsed by a server prior to being sent?
What will be an ideal response?
Computer Science & Information Technology
The most notable characteristic of a linear sequence is that it has one branching routine.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The ____________________ model states that every element on a page is a rectangular box, including divs, images, headers, paragraphs, lists, and so on.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology