+3 votes
in Class 12 by kratos

Give output of the following statements:

(i) echo 10/5+2*4%8;

(ii) echo strtolower("PRODUCT ACTIVATED");

(iii) echo date("M-d-Y", mktime(0,0,0,8,42,2017));

1 Answer

+5 votes
by kratos
 
Best answer

(i) 2

(ii) product activated

(iii) Sep-11-2017

...