D
Deleted-236924
Guest
I'm trying to do this college assingment, but when I try to compile, I get the following error: "Unhandled Exception: System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Program.Main(String[] args)"
I know the problem is with the variable tables, but I don't know where and am attempting to fix it at the moment.
Here's the code:
at Program.Main(String[] args)"
I know the problem is with the variable tables, but I don't know where and am attempting to fix it at the moment.
Here's the code:
Code:
using System;
class Program
{
private static void min(int [] pTabNombres)
{
int i = 0;
int argsLength = 0;
int argsLength2 = 0;
int answer = 0;
while (i





