echo 30 * 5 . 7;
What will be the output of the following code?
- (adsbygoogle = window.adsbygoogle || []).push({});
-
- <?php
-
- echo 30 * 5 . 7;
-
- ?>
Options:
- 150 . 7
- 1507
- 150.7
- Integers can’t be concatenated.
- An error will be thrown.
What will be the output of the following code?
- (adsbygoogle = window.adsbygoogle || []).push({});
-
- <?php
-
- echo 30 * 5 . 7;
-
- ?>
Options: