diff --git a/education/software development/ECE1400/Flowcharts and Pseudocode.md b/education/software development/ECE1400/Flowcharts and Pseudocode.md index dd27a8c..5b53a51 100644 --- a/education/software development/ECE1400/Flowcharts and Pseudocode.md +++ b/education/software development/ECE1400/Flowcharts and Pseudocode.md @@ -4,7 +4,7 @@ 1. Assume an action set of {add \, 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 +## Flowchart ```d2 vars: { d2-config: { @@ -75,4 +75,11 @@ end: { 4. Represent the flowchart from problem 3 as pseudocode. -## \ No newline at end of file +## Flowchart +```d2 +classes: { +} +beginning: {shape: oval} + +end: {shape: oval} +``` \ No newline at end of file