0
How to count integers using a C array in this model:
Input > 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 doubt, but I’m a beginner in the area yet.
Thank you!
What you’ve already done?
– Maniero
You need necessarily in C or it can be C++?
– Joao Alberto
This is with a homework face... You are with some specific difficulty?
– hugomg