Setting up modules for student
This commit is contained in:
10
Sorting/RandomNumberFileMaker.java
Normal file
10
Sorting/RandomNumberFileMaker.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package Sorting;
|
||||
|
||||
/**
|
||||
* This class will allow the user to make a file of random integers.
|
||||
* The user will be able to select a file name, how many numbers are in the file,
|
||||
* the minimum value generated, and the maximum value generated.
|
||||
*/
|
||||
public class RandomNumberFileMaker {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user