diff --git a/education/software development/ECE1400/Flowcharts and Pseudocode.md b/education/software development/ECE1400/Flowcharts and Pseudocode.md index a794d43..e0a3c55 100644 --- a/education/software development/ECE1400/Flowcharts and Pseudocode.md +++ b/education/software development/ECE1400/Flowcharts and Pseudocode.md @@ -12,19 +12,13 @@ vars: { layout-engine: elk } } - +grid-columns: 3 begin: { shape: oval # near: top-left } -end: { - shape: oval - # near: bottom-right -} -# grid-rows: 20 -grid-columns: 2 begin -> add 3c flour\ -> add 1 1/2 tsp baking soda\ -> add 1/2 tsp cinnamon\ @@ -35,6 +29,14 @@ begin -> add 3c flour\ -> stir again\ -> add 3 eggs\ -> add 2tsp vanilla extract\ +-> stir a final time\ +-> bake @ 350f for 50 min\ +-> let cool for 1 hour\ -> end +end: { + shape: oval + # near: bottom-right +} +``` -``` \ No newline at end of file +## Pseudocode