Question:What will be the output of the following code?echo 12.6;
echo 12.6;
A 12.6 B 126 C 18 D Error: You cannot add integers through the concatenation operator(.)
+ AnswerA
+ Report