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
+ AnswerA
+ Report