import java.util.*; public class NumberUtilities { public static String getRange(int stop) { String numRange = ""; for (int i=0; i