draw a flowchart to find the sum of any five positive number
Answers
Answered by
11
Answer:
ok
Explanation:
follow this one ok
Attachments:
Answered by
7
Answer:
The algorithm to find the sum of any five positive numbers is as follows:
- Declare five variables to store the numbers and variable sum to store the sum.
- Take five numbers as input from the user and store them.
- Add the numbers to get the result and store it in the variable sum.
- Print the result.
The flowchart to find the sum of any five positive numbers is as follows:
#SPJ3
Attachments:
Similar questions