Rechnen

50
<?php
$zahl1 = 10;
$zahl2 = 5;
echo $zahl1 * $zahl2; //multiplizieren
?>