list the intergers between -3 and 7.

liss all the negative intergers greater than -4.

http://en.wikipedia.org/wiki/Integer

To list the integers between -3 and 7, you can start with -3 and then increment by 1 until reaching 7. Here is the list:

-3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7

To list all the negative integers greater than -4, you can start with -3 and then continue decrementing by 1 as long as the number is less than -4. Here is the list:

-3, -4, -5, -6, -7, -8, ...

You can continue this pattern to list an infinite number of negative integers greater than -4.