PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $product = [12, 22, 32, 12, 2, 43, 3]; $avg = array_sum($product) / count($product); print_r($avg); ?>
Show:  
Copy Clear