Find the average, maximum, minimum, and sum of three numbers given by the user by using flow chart

Flow Chart:

Start

Input 3 numbers

Calculate Average

Calculate Maximum

Calculate Minimum

Calculate Sum

Output Average, Maximum, Minimum, and Sum

End