79233455

Date: 2024-11-28 10:27:30
Score: 3
Natty:
Report link

For example

$arr = ['9','3','34','334','56','89', '559', '8','876'];

sort($arr);

$total = count($arr);

foreach($arr as $key=> $val){

if($key == $total-2 ){ print_r($val);

}

}

Reasons:
  • Low length (1):
  • No code block (0.5):
  • No latin characters (0.5):
  • Low reputation (1):
Posted by: Abhishek Thakur