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. +