Problem
1. Define how to construct control flow graphs for programs containing structured statements such as -until,cass, and if-their-eleif-else-end if.
2. Give rules for building control flow graphs associated with program fragments containing go to statements in addition to structured statements. Also, give rules for transforming a classical flowchart into a control flow graph.
3. Build the control flow graph of the binary search procedure.