Review the flowchart below and write C source code to match.
Part 1: Review the flowchart below and write C source code to match. Post your solution here. Click here to view the flowchart in a new window.
If you get stuck, post questions about flowcharting to your instructor or classmates prior to posting your solution. The idea is to refresh our memories on flowcharting, not to be the first to get it right!
Part 2: Research demonstrates that all programs can be written in the terms of the following three control structures: sequence, selection, and repetition. Define one of these control structures and give a specific coding example explaining in detail what task the statement is performing.