Due: Wednesday 09/25 10:00am
Submission name: work09.png (or other image file type)
For this assignment, you will be asked to make five flowcharts. You can draw these by hand or using a computer drawing program. Instead of submitting a Racket programming file, upload an image containing both of your flowcharts. If you cannot fit all flow charts on one image, then name them work09-0
and work09-1
, and so on.
Flowchart 1: Study for a test.
- Make a flowchart demonstrating how you study for an exam.
- Your chart should include at least 1 decision and 3 processes.
Flowchart 2:
- Make a flowchart that provides instructions for drawing one of the two shapes below (pick your favorite):
![]() |
![]() |
Flowchart 3:
- Start with a number. If that number is odd, return the ones digit of the number, if it is even, return the tens digit.
Flowchart 4:
- Write a flowchart for one of the functions from work07. Include a version with example values worked out.
Flowchart 5:
- Write a flowchart for one of the functions from work08. Include a version with example values worked out.