Flowcharts are visual representations of a code or program segments
How to draw the flowchart?
To draw the flowchart, we make use of the following symbols and figures
- Oval: To begin and end the flowchart
- Parallelogram: To accept input for the message, attached, inbox & email variables
- Parallelogram: To display all outputs
- Rectangle: To perform the arithmetic operation; inbox = inbox - 1
- Diamond: To make several decisions and to initiate a loop process
See attachment for the flowchart that represents the code
Read more about flowcharts at:
https://brainly.com/question/24735155