diff --git a/education/software development/ECE1400/Flowcharts and Pseudocode.md b/education/software development/ECE1400/Flowcharts and Pseudocode.md index 83d1074..893ed6e 100644 --- a/education/software development/ECE1400/Flowcharts and Pseudocode.md +++ b/education/software development/ECE1400/Flowcharts and Pseudocode.md @@ -147,7 +147,15 @@ shady { 4 -> 5 5.class: turn-270 5 -> 6 - 6.class: + 6.label: walk 361 steps + 6 -> 7 + 7.class: turn-0 + 7 -> 8 + 8.label: walk 176 steps + 8 -> 9 + 9.class: turn-270 + 9 -> 10 + 10.label: walk 62 steps } end: {shape: oval} if -> end