My program won't sort arrays that are larger than 130
问题 So my program is supposed to take in user input (an integer between 10 and 200) and print out an array of random numbers and print out a sorted version of that array. However, this only works when I enter in 130 or less. I don't know what else I can do. It works but only half way. Is there any way to optimize this code? I have placed lines to help show which procedure I am having problems with. ****I ran debugger and I have left a comment where the program throws an exception error.*****