From c8a1b2b51d4f100e467d16ded60817095a7acd3a Mon Sep 17 00:00:00 2001 From: fdai7820 Date: Thu, 8 Feb 2024 19:37:48 +0100 Subject: [PATCH] Header Divison --- src/main/duellist-spielesammlung-projekt.h | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/main/duellist-spielesammlung-projekt.h b/src/main/duellist-spielesammlung-projekt.h index 7484a41..80244a2 100644 --- a/src/main/duellist-spielesammlung-projekt.h +++ b/src/main/duellist-spielesammlung-projekt.h @@ -63,10 +63,46 @@ int minesweeper(); + + + + int generateRandomNumber(int min, int max); int addition(int a, int b); int subtraction(int a, int b); int multiplication(int a, int b); + + +int division(int a, int b); + + + + + + + + + + + + + + + + + + + + + + + + + + + + +