Algorithm and flowchart to input two numbers and find theirs average.
Algorithm :
Step 1 : StartStep 2 : Read the first number A.
Step 3 : Read the second number B.
Step 4 : Calculate the average: average = (A+B) / 2.
Step 5 : Display the average.
Step 6 : End
Flowchart
Devlop Algorithm and also draw flowchart for the following purposes.
Click the link below to see the answers. (All answers will be updated soon.)
<<<Algorithm and flowchart to input two numbers and find theirs average.>>>
<<<Algorithm and flowchart to calculate perimeter of a rectangle>>>
No comments:
Post a Comment