0
Hello. Why is it terminated with out of range?
4 Answers
+ 2
Uncomment n8 on line 131
+ 1
What program is this @TeaserCode?
It might worth to break down the code into functions rather than having all the code jammed into main(). Modular code is easier to debug.
+ 1
Iâm not sure what the code does but you are not using any of the variables declared on line 131 that is what the error is showing
- 1
I have found it..