Write the algorithm of the following and translate them into a flowchart.
1. to find the sum of different three numbers.
2. to find the average of any four different numbers.
Answers
Answered by
1
Answer:
How do I create a flow chart that will input three numbers and print the numbers and the sum of the numbers?
You already have them in order
Input three numbers
Print them
Print their sum
All you need is to find what kind of box you need for those ?
Parallelogram (for both inputs and output)
I forgot about sum !
Calculate sum before you print them. You need rectangles for calculations.
Similar questions