bugfix: now prints max number entered, not max-1
This commit is contained in:
@@ -21,7 +21,7 @@ public class RandomNumberFileMaker {
|
||||
filename=f;
|
||||
count=c;
|
||||
min=m;
|
||||
max=M;
|
||||
max=M+1;
|
||||
}
|
||||
|
||||
public void writeFile(){
|
||||
|
||||
Reference in New Issue
Block a user