How to count integers using an array in C in this model:
Entry > two strings with "integers"
ex: 8 15
Output > A string with range numbers, inclusive:
ex: 8 9 10 11 12 13 14 15.
Probably a basic question, but I'm a beginner in the area yet.
Thank you!