Input, output, and math
Draw a diagram for a program that:
1. Creates a variable called tspBakingSoda, stores 1 in
it.
2. Creates a variable called tspBakingPowder, stores 0.5 in
it.
3. Creates a variable called cupsButter, stores 1 in it.
4. Creates a variable called cupsWhiteSugar, stores 1.5 in
it.
5. Creates a variable called totalEggs, stores 1 in it.
6. Ask the user "how many batches?",
store in a variable called batches.
7. Multiply tspBakingSoda by batches
8....