Posts by Heitorado • 3 points
1 post
-
0
votes1
answer244
viewsQ: Counting Numbers using Array in C
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…