From 22fdfdff3ead680128f9c6dfcc29bfb6124b4638 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sat, 31 Aug 2024 14:09:50 -0600 Subject: [PATCH] vault backup: 2024-08-31 14:09:50 --- .../ECE1400/Flowcharts and Pseudocode.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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