diff --git a/education/software development/ECE1400/Flowcharts and Pseudocode.md b/education/software development/ECE1400/Flowcharts and Pseudocode.md index 5251507..f0b2dcc 100644 --- a/education/software development/ECE1400/Flowcharts and Pseudocode.md +++ b/education/software development/ECE1400/Flowcharts and Pseudocode.md @@ -127,19 +127,23 @@ classes: { } if: { shape: diamond - label: if (shady)\n + label: if (shady)\n\nendif } -if -> shady: if shady path +if -> shady: { + direction: up + label: if shady path +} shady { 1.class: turn-270 1 -> 2 2.class: turn0 } +end: {shape: oval} +if -> end if -> sunny: if sunny path) sunny { - + 1.class: turn-270 } beginning: {shape: oval} -end: {shape: oval} ``` \ No newline at end of file