#include <recipes.h>
#include <ingredients.h>
int Potatoes = 2;
int TablespoonsButter = 2;
int CupMilk = 1;
float Salt&Pepper = toTaste;
int main()
{
if(Potatoes.pell == true)
{
Potatoes.pell = false;
}
slicing(Potatoes);
boiling_SaltedWater();
int Saucepan = 1;
float heat = low;
float MilkMixture;
MilkMixture = (TablespoonsButter + CupMilk)/(Saucepan * heat);
int mashedPotatoes = MilkMixture + Potatoes + Salt&Pepper;
return 0;
}
void boiling_SaltedWater()
{
while(Potatoes != tender)
{
sleep(5000);
if(soft < Potatoes < tough)
{
Potatoes = tender;
}
}
}
int slicing(int &slicedPotatoes)
{
slicedPotatoes = Potatoes/32;
}
The fruit of the gods