Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Commit f5371c0

Browse files
Create Ingredient Adjuster.pseudocode
1 parent 71357fa commit f5371c0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Input Module
2+
Prompt: AmountOfCookies
3+
Input: AmountOfCookies
4+
Calculations Module:
5+
Set CookieRatio = AmountOfCookies / 48
6+
Set Sugar = 1.5 * CookieRatio
7+
Set Butter = 1 * CookieRatio
8+
Set Flour = 2.75 * CookieRatio
9+
Output Module:
10+
Write Sugar
11+
Write Butter
12+
Write Flour

0 commit comments

Comments
 (0)