I have this code:
int[] numbers = new int[1000];
When I debug in Visual Studios and hover my mouse over the num array it shows the length is 1000 and then the first 14 characters are 0 and everything after that is a "?".
Assigning numbers[15]+ doesn't change anything nor does it crash the program.
I figured it out!
Thanks to @CodeCaster
It is just a bug in visual studios that glitches the values out. Just using the mouse over the arrows at the bottom work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With