Write a PHP program to find the Maximum, Minimum and Second Largest Value in following array. $array=array(12,34,54,34,12,56,87,95,55,77,823,546,758,52)
Post a Comment