Programación: Ingrese cuatro números enteros desde el teclado e ingrese el valor mínimo. ¡urgente! Urgente 1
espacio de nombres _4
{
clase Programa
{
static void Main(string[] args)
{
int [] a=new int [4];
int max;
Console.WriteLine("Por favor, ingrese : ");
for (int i = 0; i lt; 4; i )
{
a[i] = Int32.Parse(Consola .ReadLine());
}
max = a[0];
for (int j=0; jlt; 4; j) p>
{
if (a[j]gt; max)
max=a[j]
}
Console.WriteLine("El valor máximo es: {0}", max
Console.Read()
}
}<; / p>
}