diff --git a/progp/24-12-4/edicer.html b/progp/24-12-4/edicer.html
new file mode 100644
index 0000000..33a5a09
--- /dev/null
+++ b/progp/24-12-4/edicer.html
@@ -0,0 +1,144 @@
+
+
+
+
+ \n";
+ }
+ // Array ausgeben
+ /*echo "
";
+ print_r($augen_array);
+ echo"
";
+ */
+ sort($augen_array);
+ for ($i=0; $i<$anzahl; $i++){
+ echo "
![$augen_array[$i] Augen](../bilder/$augen_array[$i].png)
\n";
+ }
+ $summe = array_sum($augen_array);
+ echo "
Die Summe der Augenzahlen beträgt $summe
";
+ echo "
"
+ ?>
+
+
\ No newline at end of file
diff --git a/progp/bilder/1.png b/progp/bilder/1.png
new file mode 100644
index 0000000..c5daae8
Binary files /dev/null and b/progp/bilder/1.png differ
diff --git a/progp/bilder/2.png b/progp/bilder/2.png
new file mode 100644
index 0000000..0ca0146
Binary files /dev/null and b/progp/bilder/2.png differ
diff --git a/progp/bilder/3.png b/progp/bilder/3.png
new file mode 100644
index 0000000..30bdc33
Binary files /dev/null and b/progp/bilder/3.png differ
diff --git a/progp/bilder/4.png b/progp/bilder/4.png
new file mode 100644
index 0000000..81836a3
Binary files /dev/null and b/progp/bilder/4.png differ
diff --git a/progp/bilder/5.png b/progp/bilder/5.png
new file mode 100644
index 0000000..8c34203
Binary files /dev/null and b/progp/bilder/5.png differ
diff --git a/progp/bilder/6.png b/progp/bilder/6.png
new file mode 100644
index 0000000..2a7c03c
Binary files /dev/null and b/progp/bilder/6.png differ