vault backup: 2024-08-31 12:03:50

This commit is contained in:
zleyyij 2024-08-31 12:03:50 -06:00
parent 655e2af4e7
commit f27b44b15b

View File

@ -0,0 +1,4 @@
1. Assume an action set of {add <ingredient>, stir, bake, cool}. Draw a flowchart, using the paradigm discussed in class, to show the process of baking a banana cake. Use Google to find a typical list of ingredients.
2. Represent the flowchart from problem 1 as pseudocode.