Skip to content

Instantly share code, notes, and snippets.

@UmairJibran
Last active April 29, 2020 15:24
Show Gist options
  • Select an option

  • Save UmairJibran/4cc2df65faccc631356df41ba857ff20 to your computer and use it in GitHub Desktop.

Select an option

Save UmairJibran/4cc2df65faccc631356df41ba857ff20 to your computer and use it in GitHub Desktop.
$array = [1,2,3,4,5,6,7,8,9,10,1,2,3,4,5,6,7,8,9,10,1,2,3,4,5,6,7,8,9,10,];
array_sort($array);
$minAverage = $array[0] + $array[1] + $array[2] + $array[3] + $array[4] / 5;
$minAverage = $array[29] + $array[28] + $array[27] + $array[26] + $array[25] / 5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment