Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
~153 People Reached
Favorite Forums
Member Avatar for shsh_shah

Hi, I have problem when i get an array using I get "Array Index Out of Bound" in QuickS function [code] getArray(int [] arr) for (i = 0; i < arr.Length; i++) { String val = Console.ReadLine(); arr[i] = Convert.ToInt32(val); } public static void quicks(int lo, int hi, int[] arr) …

Member Avatar for shsh_shah
0
153