Created
December 6, 2016 05:31
-
-
Save ilhamarrouf/4d5b737382f5360557bbcd8be20656b8 to your computer and use it in GitHub Desktop.
Data Type PHP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $un = 9.6; | |
| $float2 = 14.0E10; | |
| echo "Rata-Rata Nilai UN" . $un; | |
| echo "<br>"; | |
| echo "Contoh 2" . $float2; | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment