From 204cfc7ecd070d892ca4f8afe73d7b1842fe12f1 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sun, 1 Sep 2024 12:37:42 -0600 Subject: [PATCH] vault backup: 2024-09-01 12:37:42 --- .../ECE1400/Flowcharts and Pseudocode.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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