n at most one paragraph, describe a scenario that will require the use of multiple functions and parameters to for an application. You may use your Chapter 10 practice problems as a guide: #6, 7. Your assignment should require at least:
- One function that returns a value
- One function that does not return a value
- One or more parameters
Then, solve your own problem. The solution should include:
- an IPO chart to describe the solution
- a function table that includes a row for EACH function
- flowcharts for each function in the table
- a complete Python program that implements your solution.
Question 1
Describe your problem, no more than one paragraph. Be sure to be specific.
Question 2
Create an IPO chart to describe the solution to your posed problem.
Question 3
Create a function table to include a row for each identified function.
Question 4
Create flowcharts for each function described in the function table.
Question 5
Submit a screenshot of your solution and output.


0 comments