Need to draw a hierarchy chart, IPO chart, and flow chart for the following functions:
1. calc_average: This function should accept five test scores as arguments and return the average of the scores.
2. determine_grade: This function should accept a test score as an argument and return a letter grade for the score based on the following grading scale:
- Score 90-100: A
- Score 80-89: B
- Score 70-79: C
- Score 60-69: D
- Score below 60: F
Deliverables:
1. Draw a hierarchy chart.
2. Draw an IPO chart for each function.
3. Draw a flowchart (can use paper & pencil and scan method).