Question:What will its output?
<?php
 $grades=array(42,"hellow",42);
 $total=array_sum($grades);
print $total;
?> 

A 84 

B 85 

C 86 

D 87 

+ Answer
+ Report
Total Preview: 630

Copyright © 2024. Powered by Intellect Software Ltd