find the flowchart of average of three and determine the decision logic
Answers
Answer:
here is your answer mate
Explanation:
To draw any flowchart it is necessary to make algorithm for the same
Algorithm : To calculate average of three numbers.
Step1 : Read three values a, b, c. //(int or float or double any but dont write datatype in flowchart)
Step2 : initialize avg to 0
Step3 : avg <- (a+b+c)/3
Step4 : print avg
Then to draw flowchart for same. First we need to understand what are the symbols for each statement.
Now to draw flowchart of finding the average of three numbers, we use above symols and make a flowchart like this
In this way we can draw flowchart of finding the average of three numbers. One thing which is important is here that name of variables should be in caps ie here AVG, A, B, C. Thats it.
hope u understood...
plz plz plz mark me as brainliest plz...
i need only 1 brainliest