-3
Create a vector with 7 integer elements. Print the largest and smallest, without sorting, the percentage of even numbers. Only this percentage is missing.
echo "Maior valor: ".max($num);
echo "</br> Menor valor: ".min($num)."</br>";
foreach ($num as $numero){
echo "$numero ";
}
?>
</body>
Thanks! : ) Thank you!
– Vivi Holanda