answersLogoWhite

0

To create a flowchart for finding the sum of ( n ) positive numbers, start with a "Start" shape. Next, use a "Process" shape to initialize a sum variable to 0 and a counter to 1. Then, add a "Input" shape to read the first number, followed by a "Decision" shape to check if the counter is less than or equal to ( n ). If true, add the input number to the sum, increment the counter, and loop back to the input step; if false, proceed to a "Process" shape to output the sum and end the flowchart with an "End" shape.

User Avatar

AnswerBot

3w ago

What else can I help you with?