<!DOCTYPE html>
<html lang="de">
  <head>
    <meta charset="utf-8">
    <title>Fischteich</title>
    <script>
      
	  
	  
	 
    </script>
  </head>
  <body>
    <h2>Fischbestand im Fischteich</h2>
    <p> Welcher Fischbestand soll mindestens erreicht werden? 
    <input type="text" id="eingabe_maxZahl"> </p>
    <input type="button" value="berechnen" onclick="berechnen()">
    <br><br>
    <p id = "ergebnis">
  </body>
</html>
