Setting up modules for student

This commit is contained in:
2020-05-29 09:33:31 -05:00
parent d1d6557bef
commit 867b906f0c
6 changed files with 50 additions and 4 deletions

View 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 {
}