Answer:
n = 1, 2, 3, 4
Explanation:
Natural numbers are any integers (whole numbers) that are positive.
In this case, all natural number (n) is less than (<) 5
n < 5 is your equality, but in reality it looks like: 0 < n < 5
The numbers that can fit into your problem is n = 1 , 2, 3, 4
n = 1, 2, 3, 4 is your answer.
~