13 lines
379 B
Markdown
13 lines
379 B
Markdown
# Banana Cake
|
|
## Instructions
|
|
|
|
1. Assume an action set of {add \<ingredient>, stir, bake, cool}. Draw a flowchart, using the paradigm discussed in class, to show the process of baking a banana cake. Use Google to find a typical list of ingredients.
|
|
2. Represent the flowchart from problem 1 as pseudocode.
|
|
|
|
## Diagram
|
|
```d2
|
|
begin: {shape:oval}
|
|
|
|
begin -> add 3c flour\
|
|
-> add
|
|
``` |