Created
December 6, 2016 05:16
-
-
Save ilhamarrouf/731bc82d3500d4d772b0a450984c530a 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 | |
| $saldo = 15000000; //value variabel saldo bernilai genap | |
| $hutang = 200000; //value variabel hutang bernilai genap | |
| echo "Saldo Rp." . $saldo; | |
| echo "<br>"; | |
| echo "Hutang Rp." . $hutang; | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment