vault backup: 2024-08-31 12:08:50
This commit is contained in:
parent
f27b44b15b
commit
4fc5f70c7f
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@ -1,3 +1,4 @@
|
|||||||
[
|
[
|
||||||
"obsidian-git"
|
"obsidian-git",
|
||||||
|
"d2-obsidian"
|
||||||
]
|
]
|
@ -1,4 +1,12 @@
|
|||||||
|
# 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.
|
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.
|
||||||
|
|
||||||
2. Represent the flowchart from problem 1 as pseudocode.
|
## Diagram
|
||||||
|
```d2
|
||||||
|
begin: {shape: oval}
|
||||||
|
|
||||||
|
begin -> world
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user