2
0

add aufgabe kontrolle

This commit is contained in:
Schuledaniel
2025-11-21 08:16:09 +01:00
parent be203da14d
commit 9b39a80879
2 changed files with 7 additions and 1 deletions

View File

@@ -2,7 +2,11 @@
## Gemacht
*Wir warscheinlich nie aktuell aber egaaaal*
*Wir eventuell nie aktuell sein.*
### 21-11-25 - PHP
- Aufgabe von gestern Kontroliert + Kommentare hinzugefügt
### 20-11-25 - PHP

View File

@@ -3,11 +3,13 @@
class Konto{
// Attribute
private string $iban;
private string $kontoInhaber;
private float $kontoStand;
private float $dispoRahmen;
// Kontruktor
public function __construct(string $cIban, string $cInhaber, float $cdispo) {
$this->iban = $cIban;
$this->kontoInhaber = $cInhaber;