answersLogoWhite

0

Sum = Sum + first number

Sum = Sum + second number

Sum = Sum + third number

Average = 1/3 x Sum

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Draw a flow chart to find out the greatest number among the three given numbers ab c?

draw a flowchart to find the biggest number among the 3 numbers


How do you draw a flowchart to find the average of three numbers?

To draw a flow chart a person could use Microsoft Excel, Microsoft PowerPoint, or Microsoft Word. Open Office for Macintosh computers can be used to create flow charts as well.


Draw a chart about the real number system?

real numbers chart system ngft5w4xzcfvo


Draw a flow chart to find HCF of two given numbers?

First you will need to pick out the two numbers. Then you can use your textbook and the instructions in order to draw out the flow chart.


How do you draw a flowchart of HCF of two given numbers?

draw a flow chart to find hcf of two given numbers


Draw a flowchart to arrange 3 numbers in ascending order?

draw a flow chart to arrange 3 numbers in ascending order


How do you draw a prime number chart?

On a chart with 1-100, highlight or color the boxes of numbers that are prime.


Draw a flowchart that will determine and display the largest among the three numbers being inputted?

start input A & B if A>B print A is greatest if B>A print B is greatest stop james ola writes.....SOT.


Draw a flow chart to find square root of n numbers?

No.


How do you draw a flow chart for determining if the two numbers are equal or not?

using OR ().


Draw flow chart to find the average of 5 number .?

To create a flow chart for finding the average of five numbers, start with a "Start" terminal. Then, use input/output symbols to prompt for the five numbers, storing them in variables. Next, use a process symbol to calculate the sum of these numbers and then divide the sum by 5 to find the average. Finally, output the average and end the flowchart with an "End" terminal.


What is the algorithm and draw flow chart to find the sum and average of 3 numbers?

Algorithm to find the sum and average of 3 numbers: Start. Input three numbers (let's call them A, B, and C). Calculate the sum (Sum = A + B + C). Calculate the average (Average = Sum / 3). Output the sum and average. End. Flowchart: [Start] ↓ [Input A, B, C] ↓ [Sum = A + B + C] ↓ [Average = Sum / 3] ↓ [Output Sum, Average] ↓ [End]