Home »
Unlabelled »
<?php $data="98.8degrees"; (double)$data; (int)$data; (string)$string; echo $data; ?> Find the Output? | PHP
<?php $data="98.8degrees"; (double)$data; (int)$data; (string)$string; echo $data; ?> Find the Output? | PHP
A. 98
B. 98.8
C. 98.8degrees
D. degrees
Ans: C
No comments:
Post a Comment