Rename flowcharts

This commit is contained in:
2021-12-13 11:26:05 -06:00
parent ada5fc4db6
commit ef6db4b23b
4 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ public class AlgorithmTester{
static boolean quit = false;
public static void main(String[] args) {
while(!quit){
System.out.println("\nSORTING ALGORITHM TESTER");
System.out.println("\nSORTING ALGORITHM TESTER");
System.out.println("Please select an option:");
System.out.println("1) Make a file of random numbers");
System.out.println("2) Sort a file of random numbers");