From 1a6c12d9ab27111971ba7d3c6a88111dec3cbb94 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sun, 1 Sep 2024 12:27:42 -0600 Subject: [PATCH] vault backup: 2024-09-01 12:27:42 --- .../ECE1400/Flowcharts and Pseudocode.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/education/software development/ECE1400/Flowcharts and Pseudocode.md b/education/software development/ECE1400/Flowcharts and Pseudocode.md index 7f97a56..f4aa3cd 100644 --- a/education/software development/ECE1400/Flowcharts and Pseudocode.md +++ b/education/software development/ECE1400/Flowcharts and Pseudocode.md @@ -127,7 +127,17 @@ classes: { } if: { shape: diamond - label: if\ + label: if\nthen else\nend +} +if -> shady: if shady path +shady { + 1.class: turn-270 + 1 -> 2 + 2.class: turn0 +} +if -> sunny: if sunny path) +sunny { + } beginning: {shape: oval} end: {shape: oval}