From 55007bf97f4b4c4c51f2e944c7cc645e741a2f18 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sat, 31 Aug 2024 13:59:50 -0600 Subject: [PATCH] vault backup: 2024-08-31 13:59:50 --- .../ECE1400/Flowcharts and Pseudocode.md | 32 +++++++++++++++++-- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/education/software development/ECE1400/Flowcharts and Pseudocode.md b/education/software development/ECE1400/Flowcharts and Pseudocode.md index fdf3ffa..44ede9b 100644 --- a/education/software development/ECE1400/Flowcharts and Pseudocode.md +++ b/education/software development/ECE1400/Flowcharts and Pseudocode.md @@ -46,6 +46,32 @@ end: { * * Summary: Bake a banana cake * -8 -*************************************/ -``` \ No newline at end of file +* Inputs: none +* Outputs: none +************************************** +* Pseudocode +* +* Begin +* Add 3c flour +* Add 1 1/2 tps baking soda +* Add 1/2 tsp cinnamon +* Add 1/2 tsp salt +* Stir +* Add 3 mashed bananas +* Add 1 tsp lemon juice +* Stir +* Add 3 eggs +* Add 2tsp vanilla extract +* Stir a final time +* Bake @ 350F for 50 min +* Cool for 1 hour +* End +**************************************/ +``` + +# Walking +## Instructions +3. Assume an action set of {walk \ steps, turn to \ degrees}. Draw a flowchart showing a shady path and a sunny path to get from the west doors of the Engineering Building to the south-east doors of the TSC. Pick a meaningful “if” condition to select one of the two paths. Use real-world data in your design. + +4. Represent the flowchart from problem 3 as pseudocode. +