495 B
495 B
Banana Cake
Instructions
- 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.
- Represent the flowchart from problem 1 as pseudocode.
Diagram
begin: {shape: oval}
end: {shape: oval}
begin -> add 3c flour\
-> add 1 1/2 tsp baking soda\
-> add 1/2 tsp cinnamon\
-> add 1/2 tsp salt\
-> stir\
[in separate bowl]