Thread Mathematisches Script
(10 answers)
Opened by lolipop 999 at 2006-04-07 15:40
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 |