diff --git a/ITsecAufgaben/ITsecAufgaben.java b/ITsecAufgaben/ITsecAufgaben.java index 02a0b42..06804c2 100644 --- a/ITsecAufgaben/ITsecAufgaben.java +++ b/ITsecAufgaben/ITsecAufgaben.java @@ -4,6 +4,39 @@ import java.util.Scanner; public class ITsecAufgaben { + + public static void zehnteAufgabe() { + // Methodenrumpf füllen + } + + public static void neunteAufgabe() { + // Methodenrumpf füllen + } + + public static void achteAufgabe() { + // Methodenrumpf füllen + } + + public static void siebteAufgabe() { + // Methodenrumpf füllen + } + + public static void sechsteAufgabe() { + // Methodenrumpf füllen + } + + public static void fünfteAufgabe() { + // Methodenrumpf füllen + } + + public static void vierteAufgabe() { + // Methodenrumpf füllen + } + + public static void dritteAufgabe() { + // Methodenrumpf füllen + } + public static void zweiteAufgabe() { System.out.println("\nBerechnen Sie RSA per Hand. Taschenrechner & Website erlaubt.\n"); System.out.println("Gegeben sind: p = 13, q = 17, e = 11, P1 = 23");