Zufallsgenerator

master
jessi 2023-10-23 17:10:50 +02:00
parent 55942ecbfa
commit 5998e5bcff
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class Sortierung
}
System.out.println(" "); //Lehrzeile
//Minimumsuche
int min = arr[0];
int index = 0;
for(int i=0; i< arr.length; i++){