Question:What will be the output of the following code?$var = 1 + "-1.3e3";echo $var;
A -1299 B 1 C 1-1.3e3 D Error:cannot add an integer and a string
+ AnswerD
+ Report