add: files from last time and task
This commit is contained in:
10
Zweites Jahr/uebung_konto/konto.php
Normal file
10
Zweites Jahr/uebung_konto/konto.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<h1>Übung: Konto</h1>
|
||||
|
||||
<?php
|
||||
require_once("konto.class.php");
|
||||
|
||||
$bank = new Konto("DE2498276498237", "Michael Staudt", 1000);
|
||||
$bank->einzahlen(1000);
|
||||
$bank->ausgeben();
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user