Data: 2002-11-08 12:53:28
Temat: Re: Lukier ??
Od: Waldemar Krzok <w...@u...fu-berlin.de>
Pokaż wszystkie nagłówki
Remek:
> Czesc.
> Lukier jak go zrobic ?
>
> Juz mialem ochote napisac jakim programem go wykonac :)))
>
> zy wystarczy tylko rozpuscic cukier w wodzie? Chyba nie.
extern float money;
extern bool tak_chcesz1, tak_chcesz2, kluski, gladkie;
extern float troszke0, troszke1, troszke2;
void lukier(int money) {
buy_cukier_puder(money);
boil_troche_wody();
put_cukier(cukier,miska);
do {
put_woda_miska(troszke0);
if ( tak_chcesz1 ) put_sok_z_cytryny(troszke1);
if ( tak_chcesz2 ) put_rum(troszke2);
do_mieszac();
} while (kluski && !gladkie);
}
może być?
Waldek
|