Advertisement
Arthur_lima

Untitled

Jul 3rd, 2021
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.07 KB | None | 0 0
  1. <?php
  2.    
  3.     $soma = array(3, 9.5, 21, 1.5);
  4.     echo array_sum($soma);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement