Exit skills:
Explain a flowchart
Calculate the output of an algorithm presented as a flowchart
Convert a flowchart to pseudocode
Trace a flowchart
Programming example 27: Example of a flowchart page 222 (Handout)
Task 1
Two algorithms are given, one presented as a flowchart - write the pseudocode
and one presented in pseudocode - draw the flowchart.
Task 2
Write Python 3 programs for both algorithms.