Đoạn code sau đây cho ra kết quả gì? <?php $x = "101.5degrees"; (double)$x; (int)$x; echo (string)$x; ?>5/50Đoạn code sau đây cho ra kết quả gì?<?php$x = "101.5degrees";(double)$x;(int)$x;echo (string)$x;?>101.5degrees101101.5degreesGiải thíchD là đáp án đúng