diff --git a/education/software development/ECE1400/Flowcharts and Pseudocode.md b/education/software development/ECE1400/Flowcharts and Pseudocode.md index 9a2e254..a794d43 100644 --- a/education/software development/ECE1400/Flowcharts and Pseudocode.md +++ b/education/software development/ECE1400/Flowcharts and Pseudocode.md @@ -18,7 +18,10 @@ begin: { shape: oval # near: top-left } - +end: { + shape: oval + # near: bottom-right +} # grid-rows: 20 grid-columns: 2 @@ -33,8 +36,5 @@ begin -> add 3c flour\ -> add 3 eggs\ -> add 2tsp vanilla extract\ -> end -end: { - shape: oval - # near: bottom-right -} + ``` \ No newline at end of file