public class NumberUtilities { public static String getRange(int stop) { StringBuilder range = new StringBuilder(); for(int i=0; i