From 7d705e479fdfa2ecf7820371a8804cb2662948ae Mon Sep 17 00:00:00 2001 From: pc Date: Fri, 10 Feb 2023 12:54:20 +0100 Subject: [PATCH] =?UTF-8?q?"weitere=20Methodenr=C3=BCmpfe=20angelegt"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ITsecAufgaben/ITsecAufgaben.java | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ITsecAufgaben/ITsecAufgaben.java b/ITsecAufgaben/ITsecAufgaben.java index 22e566d..0b3a2d2 100644 --- a/ITsecAufgaben/ITsecAufgaben.java +++ b/ITsecAufgaben/ITsecAufgaben.java @@ -5,6 +5,26 @@ import java.lang.Math; public class ITsecAufgaben { + public static void fünfzehnteAufgabe() { + // Methodenrumpf füllen + } + + public static void vierzehnteAufgabe() { + // Methodenrumpf füllen + } + + public static void dreizehnteAufgabe() { + // Methodenrumpf füllen + } + + public static void zwölfteAufgabe() { + // Methodenrumpf füllen + } + + public static void elfteAufgabe() { + // Methodenrumpf füllen + } + public static void zehnteAufgabe() { // Methodenrumpf füllen }