Skip to content

Commit

Permalink
vv
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenBloodDev committed Sep 13, 2023
1 parent c21d620 commit dfaa90b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/quatalumsatz.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
echo "Quatal " . ($i + 1) . ": " . $umsaetze[$i] . "€<br>";
}

echo "Das höchste Einkommen beträgt " . max($umsaetze) . "€<br>";

?>

</body>
Expand Down

0 comments on commit dfaa90b

Please sign in to comment.