Course Content
Software Models
Software Models
0/1
Flowgorithm In-built Functions
Flowgorithm In-built Functions
0/1
Flowgorithm Call Symbol
Flowgorithm Call Symbol
0/1
Flowgorithm User-Defined Functions
Flowgorithm User-Defined Functions
0/3
Flowgorithm Recursion
Flowgorithm Recursion
0/1
Flowgorithm Turtle Graphics
Flowgorithm Turtle Graphics
0/2
Popular Programming Languages
Popular Programming Languages
0/1
Flowgorithm Expert
About Lesson

The Arithmetic Mean(AM) of Two Numbers is the result of dividing the sum by 2.

The Geometric Mean(GM) of Two numbers is the square root of their product.

Draw a flowchart that takes two real numbers as input to the flowchart
and displays the means.