answersLogoWhite

0

Sum = Sum + first number

Sum = Sum + second number

Sum = Sum + third number

Average = 1/3 x Sum

User Avatar

Wiki User

12y 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 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 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 find the largest number of given 3 numbers?

no


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]