Question 1143301
<br>
inclusive: include the endpoints of the defined interval
exclusive: don't include the endpoints<br>
integers between 0 and 5 inclusive: {0, 1, 2, 3, 4, 5}
integers between 1 and 6 exclusive: {2, 3, 4, 5}<br>
I will assume you can answer the question from there....