Question 1014144
.
What is the first three terms of n+3
--------------------------------------


<pre>
n = 1 ---> n+3 = 1 + 3 = 4.

n = 2 ---> n+3 = 2 + 3 = 5.

n = 3 ---> n+3 = 3 + 3 = 6.
</pre>