From 6805c5fabc2e2a8e2e866c2802b2021634bea471 Mon Sep 17 00:00:00 2001 From: pc Date: Sun, 25 Dec 2022 16:48:29 +0100 Subject: [PATCH] =?UTF-8?q?"Methodenr=C3=BCmpfe=20f=C3=BCr=20dritte=20bis?= =?UTF-8?q?=20zehnte=20Aufgabe=20hinzugef=C3=BCgt"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ITsecAufgaben/ITsecAufgaben.java | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) 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");