vault backup: 2024-08-31 14:09:50
This commit is contained in:
parent
e68f048afb
commit
22fdfdff3e
@ -4,7 +4,7 @@
|
|||||||
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
|
## Flowchart
|
||||||
```d2
|
```d2
|
||||||
vars: {
|
vars: {
|
||||||
d2-config: {
|
d2-config: {
|
||||||
@ -75,4 +75,11 @@ end: {
|
|||||||
|
|
||||||
4. Represent the flowchart from problem 3 as pseudocode.
|
4. Represent the flowchart from problem 3 as pseudocode.
|
||||||
|
|
||||||
##
|
## Flowchart
|
||||||
|
```d2
|
||||||
|
classes: {
|
||||||
|
}
|
||||||
|
beginning: {shape: oval}
|
||||||
|
|
||||||
|
end: {shape: oval}
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user