INPUT / OUTPUT, OUTPUT "How many cakes do you need to make?", INPUT numberCakes, OUTPUT "You will need ...", OUTPUT "grams of sugar", VARIABLES / CALCULATIONS, flour = 10 * numberCakes, sugar = 10 * numberCakes, butter = 2 * numberCakes, eggs = 0.1 * numberCakes, SELECTION (IF / ELSE), IF eggs < 1 THEN, ELSEIF eggs < 2 THEN, ELSE, ENDIF, MODIFIED VERSION (CHANGES), milk = 5 * numberCakes, butter = 3 * numberCakes, cakeSize = "Large", IF cakeSize = "Large" THEN

بواسطة

لوحة الصدارة

النمط البصري

الخيارات

تبديل القالب

استعادة الحفظ التلقائي: ؟