Thread Mathematisches Script (10 answers)
Opened by lolipop 999 at 2006-04-07 15:40

lolipop 999
 2006-04-07 16:48
#64526 #64526
User since
2006-04-07
150 Artikel
BenutzerIn
[default_avatar]
Naja das einzige was ich jetzt gelernt habe ist:

$loop = 0;
while ($loop<=10)
{
print "\n2 hoch $loop ist \t", 2**$loop, "\n";
++$loop;
}

Das ist wahrscheinlich ganz ähnlich, aber nicht das was ich will und leider haben wir diese Aufgabe bekommen ohne dass wir soweit mit dem Stoff sind.

mfg

lolipop 999

View full thread Mathematisches Script