Quote:
Originally Posted by _Zume
PHP код:
main()
{
new array[] = {5, 123, 52, 4534, 7, 2, 1},
_temporal = 0;
for(new i=0;i < sizeof(array); i++)
{
if(array[i] > _temporal)
{
_temporal = array[i];
}
}
printf("El nъmero mбs alto es: %d", _temporal);
}
![](http://i.imgur.com/sjmqYaa.png)
|
Bien, gracias, y si no fuese mucho pedir.. me podrнas explicar detalladamente? Gracias de nuevo.