hip1/7.6.php

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <?php function prijs ($a, $c=0){ return $a*15 + $c*10; } ?> </body> </html>

Resultaat

Made by Thijs Aarnoudse