Write a flowchart that inputs a positive number (z)
then inputs new numbers z times and displays
maximum, minimum and mean of all new numbers.
Finally, display “Do you want to continue? [y/n]”. If
user choose ‘y’, repeat this process until choose ‘n’
and print “Good Bye” as below sample.