answersLogoWhite

0

The flowchart in deriving the sum of given N numbers, You may follow the steps provided below:

  1. Draw the start symbol then a flow line connecting to item #2
  2. Draw the init box for the syntax: set variable_Sum=0, variable_A=0 then a flow line connecting to item #3
  3. Draw the input box and write variable_A then a flow line connecting to item #4
  4. Draw the decision box for 'Is variable_A not numeric?'. if yes, draw a flow line connecting to item #3 else draw a flow line connecting to item #5
  5. Draw the process box for the syntax: compute variable_Sum=variable_Sum + variable_A then a flow line connecting to item #6
  6. Draw the decision box for 'Do you want to add another number?'. If yes, draw a flow line connecting to item #3 else, draw a flow line connecting to item #7.
  7. Draw the output box and write variable_Sum then a flow line connecting to item #8
  8. Draw the end symbol.

Where:

variable_A contains a given N number and variable_Sum contains the result.

User Avatar

Leslie Stehr

Lvl 9
2y ago

Still curious? Ask our experts.

Chat with our AI personalities

BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa

Add your answer:

Earn +20 pts
Q: Find a flowchart to find the sum of given N numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp