Flowcharts


flowchart for average

Classwork

In two Visio documents, create flowcharts for these processes.  Include a start and and end, and make sure every possible path through the program reaches the end.

1. Create a flowchart for deciding whether to print "good morning" "good afternoon" or "good evening", assuming you have a module currentTime()  

 

2. Create a flowchart for the process of logging users in, requiring a username and password.