backup
This commit is contained in:
10
projekt/Helper.java
Normal file
10
projekt/Helper.java
Normal file
@@ -0,0 +1,10 @@
|
||||
public class Helper {
|
||||
public int getRandomNumber(int max) {
|
||||
return ((int)(Math.random() * (max+1)));
|
||||
|
||||
}
|
||||
public void printBarLine() {
|
||||
System.out.println("---------------------------------------------------");
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user