Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created December 6, 2016 05:31
Show Gist options
  • Save ilhamarrouf/4d5b737382f5360557bbcd8be20656b8 to your computer and use it in GitHub Desktop.
Save ilhamarrouf/4d5b737382f5360557bbcd8be20656b8 to your computer and use it in GitHub Desktop.
Data Type PHP
<?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