Skip to content

Instantly share code, notes, and snippets.

@thieso2
Last active December 11, 2015 02:49
Show Gist options
  • Select an option

  • Save thieso2/4533314 to your computer and use it in GitHub Desktop.

Select an option

Save thieso2/4533314 to your computer and use it in GitHub Desktop.
<?php
function calculate_total($haehnchen_preis, $haehnchen_anzahl) {
$mein_profit = 100;
return $haehnchen_preis * $haehnchen_anzahl + $mein_profit;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment