Computer Science, asked by magardhiraj011, 9 months ago

draw a flowchart to find the sum of any five positive number​

Answers

Answered by sivasastri9
11

Answer:

ok

Explanation:

follow this one ok

Attachments:
Answered by pruthaasl
7

Answer:

The algorithm to find the sum of any five positive numbers is as follows:

  1. Declare five variables to store the numbers and variable sum to store the sum.
  2. Take five numbers as input from the user and store them.
  3. Add the numbers to get the result and store it in the variable sum.
  4. Print the result.

The flowchart to find the sum of any five positive numbers is as follows:

#SPJ3

Attachments:
Similar questions