Given integers a and b, fill an array with a, a + 1, a + 2, ..., b. If b is less than a, do nothing. If there are additional elements in the array, don't change them. Be sure not to exceed the size of the array.